fleet-platform/app/workers
kianiadee 4632990143 Geocoder circuit breaker + invalid-input regression tests
Geocoder trips open after N consecutive Nominatim failures and skips ticks
for a cooldown, instead of grinding the whole batch 1 req/sec on every tick.
Adds tests for _coerce_payload (malformed JSON degrades to {_raw}) and
parse_raw tolerating a malformed payload.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-29 18:00:39 +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 circuit breaker + invalid-input regression tests 2026-05-29 18:00:39 +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