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
Trying to understand how multiple workflow runners manage a jobs queue. If both runners happen to pick up a job at the same time, how would one runner yield to another? I understand that when a runner picks up a job, it marks it's name in the runner_id field but if they both pick up the job and try to update the backend at the same time with their respective runner Ids, how would it be handled then?
Thanks.
The text was updated successfully, but these errors were encountered:
maggiejiangtda
changed the title
[ Question ] Multiple Runners
[ Question ] Multiple Runners Managing Job Queue
Jun 13, 2017
Hi,
Trying to understand how multiple workflow runners manage a jobs queue. If both runners happen to pick up a job at the same time, how would one runner yield to another? I understand that when a runner picks up a job, it marks it's name in the runner_id field but if they both pick up the job and try to update the backend at the same time with their respective runner Ids, how would it be handled then?
Thanks.
The text was updated successfully, but these errors were encountered: