Running a single active job in a distributed environment #2561
Unanswered
karan-bohra
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You have multiple workers but you only want to run 1 job at a time ever? I think this is probably the feature you want: #2465 |
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
-
I am using bullmq with nestjs on a distributed instances, I want my queue to run only on only one processor at a time instead of all the instances creating there own jobs.
I couldn't find any options to achieve this in bullmq docs.
Beta Was this translation helpful? Give feedback.
All reactions