blitz_api/app/system
fusion44 6e3238a5a7
feat(api): implement GET /system/health readiness endpoint (#145)
Make /system/health unauthenticated, compute real readiness from the
shared startup state via build_health_info, and return 503 (body still a
SystemHealthInfo) when a subsystem is not ready. Drop the now-dead
per-backend get_system_health delegation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 18:41:18 +02:00
..
impl feat(api): implement GET /system/health readiness endpoint (#145) 2026-07-12 18:41:18 +02:00
__init__.py refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00
docs.py feat: implement Ruff as a linter; fix given errors 2023-06-25 07:17:00 +02:00
health.py feat(api): add pure build_health_info + rename subsystem field to healthy 2026-07-12 18:41:18 +02:00
models.py feat(api): add pure build_health_info + rename subsystem field to healthy 2026-07-12 18:41:18 +02:00
router.py feat(api): implement GET /system/health readiness endpoint (#145) 2026-07-12 18:41:18 +02:00
service.py feat(api): implement GET /system/health readiness endpoint (#145) 2026-07-12 18:41:18 +02:00