Health-check endpoints for Data services
Health-check endpoints for Data services
Back to Changelog
We added first-class health endpoints to the Data query service so unhealthy instances can be detected and recycled automatically.
- Dedicated liveness and readiness endpoints back standard container health probes.
- The readiness check validates downstream connectivity before an instance starts accepting traffic.
- Probes run independently of the main request path, so they stay responsive even when downstream systems are degraded.
- Resolves a class of transient 404 errors caused by instances receiving traffic before they were fully warmed up.