Health Ready
GET /health/ready
GET
/health/ready
Unauthenticated readiness probe for Cloud Run.
Checks core subsystems (DB + Redis) without requiring an auth token so that Cloud Run readiness probes can determine whether the instance is ready to serve traffic.
Returns:
200 with {"status": "ready"} when all checks pass.
503 with {"status": "degraded"} when any check fails.
Authorizations
Responses
200
Successful Response