- A redis instance running locally -
brew install redis
npm i
npm run start
echo "flushall" | redis-cli -h 127.0.0.1 -p 6379 -a dev
- 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