Utility classes and functions for bullmq.
You can run a demo before integrating this into you application by running npm run demo
.
This will start a local redis instance with docker-compose
and start a sample script
with a single QueueManager
and QueueWorker
.
You can open http://localhost:7000 to view the tasks inside redis.
Contributions via issues or Pull Requests are welcome!
When making commits, please follow the commit message guidelines from conventionalcommits.org. This makes it easy to auto-generate a changelog.
Have a look at previous commits in this repo for examples.