homelabby/internal
Mikkel Georgsen e07ad922eb feat(01-05): write-ahead queue core (Enqueue, Dequeue, Len)
- Add PendingOp struct with UUID, type, payload, created_at, attempts
- Add WAQ type backed by DragonFlyDB via go-redis v9
- Implement Enqueue (RPUSH), Dequeue (BLPOP), Len (LLEN)
- Custom URL parser handles passwords with forward slashes
- Unit tests pass; integration test passes against DragonFlyDB at 10.5.0.10:6379
2026-04-10 05:21:28 +00:00
..
api feat(01-foundation-01): viper config loader and SPA fallback fix 2026-04-10 01:27:54 +00:00
config feat(01-foundation-01): viper config loader and SPA fallback fix 2026-04-10 01:27:54 +00:00
netbox feat(01-03): implement custom field provisioning with go-netbox v4 2026-04-10 05:21:23 +00:00
queue feat(01-05): write-ahead queue core (Enqueue, Dequeue, Len) 2026-04-10 05:21:28 +00:00