Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 360 Bytes

health_checks.md

File metadata and controls

5 lines (3 loc) · 360 Bytes

Health checks

An application health check status endpoint is available at the URL path /healthz. It returns HTTP 200 if and only if the main frontend server and databases (PostgreSQL and Redis) are available.

The Kubernetes cluster deployment option ships with comprehensive health checks for each Kubernetes deployment.