Problem / Context
A single /health endpoint conflates "process is alive" with "process is ready to serve traffic," which matters for k8s-style deployments.
Proposed approach
Add distinct /health/live and /health/ready endpoints with the semantics each is meant to have.
Acceptance criteria
Problem / Context
A single /health endpoint conflates "process is alive" with "process is ready to serve traffic," which matters for k8s-style deployments.
Proposed approach
Add distinct /health/live and /health/ready endpoints with the semantics each is meant to have.
Acceptance criteria