Readiness probe
Health
Readiness probe
Kubernetes-style readiness probe. Returns 200 when both the database and the Redis queue are reachable; returns 503 fail-closed if either dependency is degraded.
GET
Readiness probe
Response
Both dependencies healthy
Response body for GET /readyz. Identical shape for both 200 (healthy) and 503 (degraded) responses — only the boolean values differ.
Overall readiness — true only when every dependency is healthy. Mirrors the HTTP status (true ↔ 200, false ↔ 503).
True if the PostgreSQL connection pool is reachable and a trivial query succeeds
True if the Redis queue backend is reachable