Hi, I wonder if anyone has insights into an interm...
# prefect-community
t
Hi, I wonder if anyone has insights into an intermittent issue I've been encountering. I'm scheduling flow runs on ECS Fargate. The majority of the time they run successfully, however they occasionally fail with this error:
Copy code
State message: Submission failed. RuntimeError: Timed out after 120.73846864700317s while watching task for status {until_status or 'STOPPED'}
Is this a known issue? Any ideas how to prevent this, or at least retry the flow run in the case of an intermittent error like this?
s
I would recommend using environment variables to mitigate the issues experienced client side or any server side rate limiting issues
🙌 1
t
Thanks @Sahil Rangwala Should I add these to the Dockerfile?
Oh I see it says:
Copy code
Those environment variables must be added within the agent environment