You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
All reactions