Description
Basic healthcheck exists but doesn't check dependencies (database, Redis, Horizon). Service reports healthy even when critical dependencies are down.
Current State
Simple /health endpoint.
Problems
- No dependency health checks
- False positives (app healthy but DB down)
- No detailed status
- No alerting
Proposed Solution
Advanced healthcheck endpoint that validates all dependencies.
Acceptance Criteria
ETA
3-5 days