- A redis instance running locally -
brew install redis
npm i
npm run start
- Decrease the queue timeout and see how it handles timeouts in the job processor
- turn off or restart your redis instance while it is processing
- Your own custom backoff handler
brew install redis
npm i
npm run start