Claire Herdeman
09/08/2021, 3:07 PMrun_config
of type ECSRun
, only LocalRun
is supported", the next scheduled flows will continue to fail until I restart the agentClaire Herdeman
09/08/2021, 3:07 PMDeploying flow run 9f8a7552-90f8-49d2-8091-31db5e7ed1f3 to execution environment...
, but it never says that the deployment has been completedClaire Herdeman
09/08/2021, 3:08 PMClaire Herdeman
09/08/2021, 3:09 PMKevin Kho
labels
to avoid this with certainty. There is no guarantee just by using the ECSRun that an ECS Agent will pick it up. So it just seems that both the Local Agent and ECS Agent are polling and the Local Agent happens to pick it up. I think there is a race condition happening here with two agents that can pick up the flow, which is why you see that log. Either way, I would expect adding labels to the flow and agent would fix this.Kevin Kho
Claire Herdeman
09/08/2021, 3:16 PMKevin Kho
Claire Herdeman
09/08/2021, 3:19 PM