blitz_api/app/api
fusion44 6b29239cc0
refactor(api): hoist api_startup_status into a shared leaf module
Move the in-process startup-state singleton out of app.main into
app.api.startup_status so app.system can read it without a circular
import. No behavior change - main mutates the same shared object.

Also lands the design spec and implementation plan for the
system/health endpoint work (#145).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 18:41:18 +02:00
..
error_report feat(api): add gated build_error_response for consistent errors 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
channel.py fix(api): release Redis connections in channel listeners/notifiers 2026-07-03 22:40:14 +02:00
config.py chore: small fixes and updates 2025-05-06 09:16:46 +02:00
constants.py feat: prepare for release 0.5.1beta 2023-02-05 21:24:31 +01:00
models.py refactor: code cleanup 2025-05-06 09:16:46 +02:00
startup_status.py refactor(api): hoist api_startup_status into a shared leaf module 2026-07-12 18:41:18 +02:00
task_utils.py feat: implement (un)install celery task 2025-05-06 09:16:46 +02:00
utils.py refactor(api): Event enum + broadcast_msg over WebSocket 2026-07-12 18:41:18 +02:00
warmup.py fix: send bitcoin-only warmup app status as app_state_update_message 2026-07-03 15:30:17 +02:00
ws_manager.py fix(api): harden WebSocket auth handshake against bad/disconnecting clients 2026-07-12 18:41:18 +02:00