The zero-config default: jobs live in arrays keyed by queue name, with delay, reservation,
retry and a dead-letter list. Scoped to a single process (use the Redis connection to share work
across instances), ideal for development, tests and single-node apps.
In-process memory queue.
The zero-config default: jobs live in arrays keyed by queue name, with delay, reservation, retry and a dead-letter list. Scoped to a single process (use the Redis connection to share work across instances), ideal for development, tests and single-node apps.