Skip to main content
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.

ready
boolean
required

Overall readiness — true only when every dependency is healthy. Mirrors the HTTP status (true ↔ 200, false ↔ 503).

database
boolean
required

True when the database accepts a test query.

queue
boolean
required

True when the event queue is available.