bullmq-utils
v1.1.0
Published
Utility classes and functions for bullmq
Downloads
19
Readme
bullmq-utils
Utility classes and functions for bullmq.
Demo
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.
Contributing
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.