This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Periodic ResourceNotReady: exceeded wait attempts errors #25
Comments
I'd also like some way to do a retry. We have been getting an error in the ECS console with message
We can easily just retry outside of |
Happens to us as well |
Could be a fix: |
I've opened a pr #35. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some reason, one of our environments seems to take a little longer than average to spin up the ECS Task and associated infra. Because of this,
ecs-run-task
exits withResourceNotReady: exceeded wait attempts
; however, the task still runs to completion.Is there any way to either increase the wait time / number of attempts, and/or abort the task if this error arises?
The text was updated successfully, but these errors were encountered: