1 Commits

Author SHA1 Message Date
Ani (Annie Tunturi)
02384e7520 queue-core: Redis Streams implementation
- Redis Streams implementation with consumer groups (ade-workers)
- Task interface with serialization/deserialization
- Worker with heartbeat (5s) and task claiming
- Retry logic with exponential backoff and jitter
- Delayed task support via Sorted Sets
- Dead worker reclamation (30s timeout)
- Unit tests: 26 passing
- TypeScript compilation successful
2026-03-18 10:46:27 -04:00