This is a lightweight job queue system using only the native redis package (no Bull or ioredis). It supports:
- β Express API to enqueue jobs
- π Retry logic for failed jobs
- β³ Delayed job execution
- π Job status tracking (
pending,processing,done,failed)