Loading...
Auto-refresh every 60s
Fetching status data...

Service Responsibilities

Database (db)

Core database service. If broken, no data can be read or written to the application, making the app completely non-functional. Data will not be lost and processes will catch up later.

REST API (rest)

API endpoint for data operations. If broken, the application cannot fetch or update data through standard API calls.

Authentication (auth)

User authentication and authorization. If broken, users cannot login, signup, or access protected resources, effectively blocking all user access to the app.

Realtime (realtime)

Live data synchronization and websocket connections. If broken, user support messaging doesn't work, and real-time features like live updates will not function. Not used in Search Sentinel at the moment.

Storage (storage)

File storage and retrieval service. If broken, users cannot view saved HTML and Robots.txt snapshots.

Connection Pooler (pooler)

Database connection management. If broken, database connections may be unstable, leading to intermittent errors and degraded performance.