Question: How to setup Bull for a scalable environment #2589
Unanswered
selected-pixel-jameson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Bull is designed for solving this exact problem. You can run as many workers in parallel as you want. If you are new to Bull I recommend you to use BullMQ: https://bullmq.io/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm wondering how we can setup the Bull Job server to work in a scalable environment?
We have a project that may at times require 10's of millions of jobs to be queued up at any given time and ideally we would like the job server be able to scale horizontally at this point.
Would it be plausible to just spin up another instance running Bull and have it connect to the same Redis cluster? Would the jobs be managed correctly across multiple instances?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions