HealthHealthHealth check endpoints for monitoring and orchestration 📄️ Liveness checkBasic liveness check that returns immediately. Use for container health probes.📄️ Readiness checkReadiness check that verifies all dependencies (database, Redis, queue) are healthy. Returns 503 if any dependency is unhealthy.Was this page helpful?YesNo
📄️ Readiness checkReadiness check that verifies all dependencies (database, Redis, queue) are healthy. Returns 503 if any dependency is unhealthy.