@ejhayes/nestjs-bullmq
Advanced tools
Nest - modern, fast, powerful node.js web framework (@bullmq)
Weekly downloads
Readme
BullMQ module for Nest. This should hopefully be a drop-in replacement for @nest/bull package.
There is one caveat with this implementation: Queue Schedulers. This library does not automatically create a queue scheduler because of the potential drain on resources:
It is ok to have as many QueueScheduler instances as you want, just keep in mind that every instance will perform some bookkeeping so it may create some noticeable CPU and IO usage in your Redis instances.
PRs welcome to fix this!
$ npm i --save @ejhayes/nestjs-bullmq
Nest is MIT licensed.
Nest - modern, fast, powerful node.js web framework (@bullmq)
The npm package @ejhayes/nestjs-bullmq receives a total of 124 weekly downloads. As such, @ejhayes/nestjs-bullmq popularity was classified as not popular.
We found that @ejhayes/nestjs-bullmq demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.