bull icon indicating copy to clipboard operation
bull copied to clipboard

Update `bullmq` dependency to v2.0.0

Open tolgap opened this issue 3 years ago • 1 comments

Is there an existing issue that is already proposing this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe it

BullMQ recently released version 2. It contains breaking changes. Namely the removal of QueueScheduler class. The QueueScheduler class isn't needed anymore to support delayed jobs.

Describe the solution you'd like

  • Upgrade the peerDependency to "bullmq": "^2.0.0"
  • Remove usage of QueueScheduler.

Teachability, documentation, adoption, migration strategy

https://github.com/taskforcesh/bullmq/releases/tag/v2.0.0

What is the motivation / use case for changing the behavior?

Have an upgrade path for my project that uses @nestjs/bullmq.

tolgap avatar Sep 22 '22 10:09 tolgap

Would you like to create a PR for this issue @tolgap? 🙌

kamilmysliwiec avatar Sep 22 '22 11:09 kamilmysliwiec

Hi, @kamilmysliwiec someone already made a PR.

michael-land avatar Nov 03 '22 18:11 michael-land