How to maintain absolute order in a multi-process situation? #2778
-
How to make the queue can keep consuming one after another regardless of the number of workers (processes), i.e., strongly consistent sequential consumption. There can only be one task in progress, and the next task can only be started when the previous one completes or fails. |
Beta Was this translation helpful? Give feedback.
Answered by
roggervalf
Oct 11, 2024
Replies: 1 comment 4 replies
-
this is a feature we are exploring in bullmq package, but it's posponed until next breaking change. It won't be backported to bull so better to consider to migrate to use all our new features |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
JanYork
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is a feature we are exploring in bullmq package, but it's posponed until next breaking change. It won't be backported to bull so better to consider to migrate to use all our new features