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
Is there a way to tell queue to select a specific worker or to let all workers process same job at the same time ?
use case
We have one shared queue between instances and stages ( have concurrency and limitation )
What we want to achieve is that when a job added from production to the shared queue , the production worker will process the job not the dev one for example and vice versa
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
-
Hi 👋,
Is there a way to tell queue to select a specific worker or to let all workers process same job at the same time ?
use case
We have one shared queue between instances and stages ( have concurrency and limitation )
What we want to achieve is that when a job added from production to the shared queue , the production worker will process the job not the dev one for example and vice versa
Thank you
Beta Was this translation helpful? Give feedback.
All reactions