What to build
Replace the single database health endpoint with production-oriented liveness and readiness checks. Liveness should answer whether the process is alive. Readiness should answer whether it is safe to receive traffic.
Acceptance criteria
Blocked by
None - can start immediately.
What to build
Replace the single database health endpoint with production-oriented liveness and readiness checks. Liveness should answer whether the process is alive. Readiness should answer whether it is safe to receive traffic.
Acceptance criteria
/health/livereturns success without depending on the database./health/readychecks database connectivity./health/dbis either retained as a compatibility alias or deprecated intentionally.Blocked by
None - can start immediately.