Overview
contract/src/handlers/health.rs and contract/src/health.rs provide one /health endpoint (CT-60), but liveness (is the process running) and readiness (can it currently serve traffic, e.g. is Redis/Horizon reachable) are different questions an orchestrator needs separately — a Redis blip currently either makes the whole service look 'down' for restart purposes, or is invisible, depending on how the single endpoint is wired.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
contract/src/handlers/health.rsandcontract/src/health.rsprovide one/healthendpoint (CT-60), but liveness (is the process running) and readiness (can it currently serve traffic, e.g. is Redis/Horizon reachable) are different questions an orchestrator needs separately — a Redis blip currently either makes the whole service look 'down' for restart purposes, or is invisible, depending on how the single endpoint is wired.Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.