fleet-platform/app/workers
kianiadee cf747d3efe
Some checks failed
build / build-push (push) Blocked by required conditions
build / lint-test (push) Failing after 6s
Fix CI lint failures so build-push can run and push an image
ruff: drop stale SLF001 noqa, wrap json.load in a context manager (SIM115), remove unused imports + placeholder-less f-strings; ignore PLR0912/PLR0915 for one-off scripts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-29 01:11:19 +03:00
..
__init__.py Phase 1 — foundation, push gateway, parser, projector, live view, frontend 2026-05-23 00:53:42 +03:00
contract_check.py Fix CI lint failures so build-push can run and push an image 2026-05-29 01:11:19 +03:00
geocoder.py Geocoder: cron job + state.geocoded_positions; label uses device_name last 4 (fallback plate); popup address row 2026-05-23 23:06:25 +03:00
listener.py listener: use psycopg notifies(timeout=) instead of wait_for(anext()) to fix spurious StopAsyncIteration 2026-05-23 01:20:43 +03:00
parser.py Phase 1 — foundation, push gateway, parser, projector, live view, frontend 2026-05-23 00:53:42 +03:00
poller.py UI: arrow + plate-short label + cost-centre marker palette + hover popup; richer state.live_positions + serve.fn_live_view v2; multi-target poll plumbing 2026-05-23 09:29:04 +03:00
slo_metrics.py Contract checker (#13, PRD F1.10) + contract_drift_days SLO 2026-05-27 11:58:29 +03:00