Configure and monitor application health checks
New Deployment
Health Checks
Traffic Management
Completion
Navigate to Environments
Select Environment
Select Installation
Configure Health Check
/healthz
)HTTP GET
request to each replica’s health check endpoint. The response
determines the replica’s health status:
Check | Response | Status |
---|---|---|
✅ Success | 2xx or 3xx status code within 5 seconds | Healthy |
❌ Failure | Any other status code or no response within 5 seconds | Potentially Unhealthy |
Context | Time Period | Actions |
---|---|---|
Zero-Downtime Deployment | 15 consecutive minutes | • Deployment is canceled • Traffic continues flowing to existing replicas • You are notified of the cancellation |
Running Installation | 15 consecutive seconds | • Traffic stops routing to the unhealthy replica • Replica gets an opportunity to recover |
Running Installation | 60 consecutive seconds | • Replica is automatically restarted • You are notified of the restart |