-
Hi, I'm new to Bull/BullMQ. Just starting it off on a new project. Should I be using this library or https://github.com/OptimalBits/bull ? This is supposedly Bull 4? |
Beta Was this translation helpful? Give feedback.
Answered by
manast
Mar 31, 2021
Replies: 1 comment 4 replies
-
BullMQ is a rewrite of Bull in typescript and is where all the new developing is taking place, although we still maintain Bull since the userbase is huge. If you want a more modern api with all the benefits of typescript go for BullMQ, if you want a more mature codebase go for Bull. However, new features would most likely land on BullMQ and not backported to Bull. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
amitav13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BullMQ is a rewrite of Bull in typescript and is where all the new developing is taking place, although we still maintain Bull since the userbase is huge. If you want a more modern api with all the benefits of typescript go for BullMQ, if you want a more mature codebase go for Bull. However, new features would most likely land on BullMQ and not backported to Bull.