Robin
10/16/2020, 10:22 AMk8s
= 3 and customer
= 1.
So, we thought that with a prefect agent that has the labels k8s
and customer
, we should be able to run several flows at the same time (e.g. up to 3 k8s
labeled flows) but always only 1 customer
labeled flow.
However, we were not able to run a ["customer", "k8s"]
and a k8s
flow at the same time. 😮
We then added another k8s
agent (without the customer
label) and now the flows indeed can run add the same time, 1 flow on each agent.
Is this intended behavior?
For us that does not feel right, because in that case one needs to update infrastructure whenever adding flow concurrency limits, right? 🤔nicholas
Robin
10/17/2020, 11:04 AM"k8s"
label, and we then increase the customer
label to 2, the flows run in parallel again...nicholas
customer
label as well? We recently introduce flow run level labels that are set when the run is scheduled/createdRobin
10/18/2020, 8:06 PMcustomer
for the agent, for one of the flows and not for the other flow.
We set the k8s label to all of them (both flows and the agent).
Does that answer the question?nicholas
k8s
label but a run that I created that has both a k8s
and customer
label)