Hi, is it common for scheduled tasks to be submitted more than once when starting? This does not occur when run by "quick run"... Anyone else having the same issue or know how to fix it?
m
Mariia Kerimova
06/16/2021, 1:14 PM
Hello! Do you see this behavior for only particular kind of flow or is it for every flow in your tenant?
Mariia Kerimova
06/16/2021, 1:15 PM
You are using Prefect Cloud, right?
j
João Amorim
06/16/2021, 2:11 PM
yes, im at prefect cloud. This occurs for every flows, but having causing problem for this specific flow...
k
Kevin Kho
06/16/2021, 5:13 PM
Hey @João Amorim, I remember the thread. These logs are indicating that multiple agents are able to pick up the Flows. I know we discussed labels. Do you agents have unique labels, such that the subflows being run only match 1 agent?
j
João Amorim
06/17/2021, 12:22 PM
This is a main flow, this dont run subflows... And yes, they have unique labels
k
Kevin Kho
06/17/2021, 1:40 PM
This is one flow without any
StartFlowRun
calls?
Kevin Kho
06/17/2021, 4:21 PM
Could you tell me what labels are on your flow and what the labels of the agents are?
Kevin Kho
06/17/2021, 4:27 PM
We also have a fix for this that will come out in a few days to prevent this condition from happening.