Why
Enable safe rollouts and reliable orchestration.
Definition of Done
- Liveness route returns success when the process is up.
- Readiness route returns success only when database connection is healthy, index directory is available, and workers are ready.
- Both routes avoid heavy work and allocate minimally.
- Documentation explains expected behaviors.
Tasks
Why
Enable safe rollouts and reliable orchestration.
Definition of Done
Tasks
/healthz/liveand/healthz/ready.