REST APIHealth
Readiness probe
Served at the server root. Checks PostgreSQL and Redis reachability.
curl -X GET "https://example.com/readyz"{ "status": "ok", "checks": { "database": "up", "redis": "up" }}Served at the server root. Checks PostgreSQL and Redis reachability.
curl -X GET "https://example.com/readyz"{ "status": "ok", "checks": { "database": "up", "redis": "up" }}