Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 407 Bytes

health_checks.md

File metadata and controls

5 lines (3 loc) · 407 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, and also returns the version of the instance.

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