Skip to content

API: health

Liveness

Always returns 200 if the process is up. No external dependencies.

Db Health

Verifies that the DB connection is alive (SELECT 1).

Readiness

K8s-style /readyz — green only if both DB and Redis respond.