Thomas Pedersen
10/27/2022, 9:54 AMagent start --match
).
All I need to tell each agent is "Don't start more than N docker containers at the same time" (or you will run out of disk or memory)... E.g. the limit is really on the agent resources. In the full cloud I don't care how many things run simultaneously - the more the merrier :DAnna Geller
Thomas Pedersen
10/27/2022, 9:58 AMAnna Geller
Anna Geller
Thomas Pedersen
10/27/2022, 9:59 AMThomas Pedersen
10/27/2022, 10:14 AMAnna Geller
Anna Geller
Anna Geller
then my agent may still try to run 40 flows simultaneously?if that's what you need, then you need one agent and one work queue with concurrency limit of 2
Anna Geller
Thomas Pedersen
10/27/2022, 10:49 AMJeff Hale
10/27/2022, 12:15 PMBut as soon as I add a second agent, I’d have to increase this number to 8 - and does this mean 4 flow runs per agent?If I understand your question correctly - if you had two agents pulling from the same work queue and had a concurrency limit of 8, it doesn’t guarantee that the split will be four flows for each agent - only that the combined total will be 8.
Thomas Pedersen
10/28/2022, 10:36 AMJeff Hale
10/28/2022, 11:11 AMAndreas
11/09/2022, 3:08 PM