Updated checklist: (1) Backend /api/health endpoint — DONE (2.6.49, 6c01a30). (2) Backend deployed to dev — PENDING (currently 2.6.48). (3) Gatus config deployed for dev — DONE (config.yaml…
Status update 2026-05-29: backend GET /api/health endpoint shipped at backend@6c01a30 (2.6.49), wired public (no auth, no rate-limit). Gatus config deployed (escrow + escrow-external groups added…
Acceptance criteria: (1) GET /api/health returns 200 with structured object when healthy. (2) Killing Mongo or breaking chain registry flips status to degraded/down within 30s. (3) Gatus dashboard…
Sub-tasks: (1) Backend: add public GET /api/health returning { status, version, checks: { db, redis, rnChainRegistry, rnTokenRegistry, rnApi } }. (2) Frontend (optional): proxy /api/health Next.js…
Full proposal lives in commit 8a9e562 — see the doc for the Gatus YAML, the /api/health endpoint shape, and the retrospective table.