homelabby/internal/queue
Mikkel Georgsen d1192c3380 feat(01-05): WAQ retry worker and graceful shutdown wiring
- Add RunWorker: BLPOP loop with context cancellation and retryInterval backoff
- Add NoOpHandler: Phase 1 placeholder that drains ops with a log line
- Drop ops after maxAttempts with warning log (T-05-03 mitigation)
- Update main.go: non-fatal WAQ init, graceful HTTP shutdown on SIGINT/SIGTERM
2026-04-10 05:22:10 +00:00
..
waq.go feat(01-05): write-ahead queue core (Enqueue, Dequeue, Len) 2026-04-10 05:21:28 +00:00
waq_test.go feat(01-05): write-ahead queue core (Enqueue, Dequeue, Len) 2026-04-10 05:21:28 +00:00
worker.go feat(01-05): WAQ retry worker and graceful shutdown wiring 2026-04-10 05:22:10 +00:00