AI-powered hardware inventory management for homelab environments
Find a file
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
.planning docs(01-02): complete NetBox client plan summary 2026-04-10 05:18:13 +00:00
cmd/hwlab feat(01-05): WAQ retry worker and graceful shutdown wiring 2026-04-10 05:22:10 +00:00
internal feat(01-05): WAQ retry worker and graceful shutdown wiring 2026-04-10 05:22:10 +00:00
scripts feat(01-03): add location hierarchy provisioning and provision CLI script 2026-04-10 05:22:02 +00:00
web/dist feat(01-foundation-01): Go module init, chi server, go:embed SPA scaffold 2026-04-10 01:17:03 +00:00
.env.example chore: add environment config 2026-04-10 00:48:19 +00:00
.gitignore chore: add environment config 2026-04-10 00:48:19 +00:00
assets.go feat(01-foundation-01): Go module init, chi server, go:embed SPA scaffold 2026-04-10 01:17:03 +00:00
CLAUDE.md docs: create roadmap (7 phases) 2026-04-10 00:04:27 +00:00
config.json feat(01-foundation-01): viper config loader and SPA fallback fix 2026-04-10 01:27:54 +00:00
go.mod feat(01-05): write-ahead queue core (Enqueue, Dequeue, Len) 2026-04-10 05:21:28 +00:00
go.sum feat(01-05): write-ahead queue core (Enqueue, Dequeue, Len) 2026-04-10 05:21:28 +00:00
Makefile feat(01-foundation-01): viper config loader and SPA fallback fix 2026-04-10 01:27:54 +00:00