Hi, is it common for scheduled tasks to be submitt...
# ask-community
j
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
Hello! Do you see this behavior for only particular kind of flow or is it for every flow in your tenant?
You are using Prefect Cloud, right?
j
yes, im at prefect cloud. This occurs for every flows, but having causing problem for this specific flow...
k
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
This is a main flow, this dont run subflows... And yes, they have unique labels
k
This is one flow without any
StartFlowRun
calls?
Could you tell me what labels are on your flow and what the labels of the agents are?
We also have a fix for this that will come out in a few days to prevent this condition from happening.