Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 407 Bytes

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.