Expand description
Built-in health and readiness endpoints.
GET /healthz— always returns 200{"ok": true}GET /readyz— returns 200 if DB is reachable, 503 otherwise
Built-in health and readiness endpoints.
GET /healthz — always returns 200 {"ok": true}GET /readyz — returns 200 if DB is reachable, 503 otherwise