https://prefect.io logo
Title
b

Ben Muller

11/29/2022, 9:18 PM
Hey prefect-aws, I am running into issues where I get the following error:
Flow ID: 693e7e52-1fe3-4957-bc43-d95dc4af9fe7
Flow run ID: b8c1d85a-ef64-4c4d-a25d-386bd9f4d3b0
Flow run URL: <https://app.prefect.cloud/account/xxx/workspace/xxx/flow-runs/flow-run/xxx>
State message: Submission failed. prefect_aws.ecs.TaskFailedToStart: Timeout waiting for network interface provisioning to complete.
I can confirm that I see the same issue on the ecs cluster task ( image ) - I see this is caused by this Is there any way we could perhaps get some form of retry logic in the ECSTask infrastructure block? Is this something that should perhaps be a feature request? Thanks in advance
1
a

Anna Geller

11/29/2022, 11:41 PM
you're spot on, a feature request sounds good fwiw I thought we already have some retry logic but we can cross-check if you open an issue
I'm curious, what was the final state of this flow run? was it marked as Failed or is still marked as pending? we are working on a feature that will kind of allow setting up an Automation to say "if this scheduled flow run didn't move to a Running state within 10 min (e.g. due to infra issues), cancel that run and create a new one"
b

Ben Muller

11/29/2022, 11:46 PM
It was marked as
FAILED
a

Anna Geller

11/29/2022, 11:46 PM
gotcha, ty
1
b

Ben Muller

11/29/2022, 11:47 PM
I will open a feature request 🙂
🙌 1