Skip to content
/status

System status

Live health of the platform dependencies. Checked every 15 seconds — the footer indicator on every page polls the same endpoint once a minute.

current status
Checking status…
Services
PostgreSQL
Primary datastore — users, submissions, progress, sessions.
depends on
pg 16 · managed
latency
— checking
Redis
Cache and queue backplane.
depends on
redis 7
latency
— checking
Submission queue
BullMQ queue that dispatches submission runs to workers.
depends on
bullmq · submissions
latency
— checking
/endpoint

GET /health

The same JSON payload drives this page, the footer indicator, and any uptime monitor. Returns 200 when all services are up, 503 when at least one is down.
/coverage

What this covers

Three back-end dependencies: the primary database, Redis, and the BullMQ submission queue. Workers and Docker sandboxes are monitored separately — failures there surface as submission errors rather than platform outage.
Reporting an issue

Seeing something different from what this page reports, or a submission that hangs? Write to hello@systemtrials.dev with the submission id (visible in the URL on /submissions/:id) and I'll investigate.