Skip to main content

Readiness probe

GET 

/api/v1/health/ready

Readiness probe — can we serve traffic?

Pings the database and the cache; returns 503 with a descriptive status string when either check fails.

  • Public endpoint (no auth required).
  • Intended for the container orchestrator / the load balancer readiness checks that must gate traffic until the process can actually serve.

Responses

All required dependencies reachable.