-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThrottlingException #498
Comments
We're also experiencing Agent logs
The container started actually running at 16:04:51 and then exited cleanly a few seconds afterwards (though the container didn't get cleaned up until several minuter later). I wonder if the instance's CPU was just saturated. Thoughts? |
FWIW, response from the ECS team on an AWS support ticket:
|
We've started seeing these errors very frequently now, whereas I don't believe we had ever experienced them previously. I recently changed our cluster to use the most recent ECS optimized AMI with the 1.12.1 agent (I believe we were few versions back previously). Even launching tasks with 2 containers will frequently fail, as one of the container images fails to pull. |
FYI it looks like there's a potential fix coming down the pike in #523 |
This issue should be fixed by #523 when using agent v1.13.0. Please re-open if you are still seeing this. Thanks |
…h0 if none can be found (aws#498) check ipv4 routes for default network interface, only fall back to eth0 if none can be found
…h0 if none can be found (aws#498) check ipv4 routes for default network interface, only fall back to eth0 if none can be found
I have a scheduled Lambda that creates a Task daily at 5am PST. Most days, the ecs-agent attempts to pull the image but fails with a ThrottlingException. Occasionally, it succeeds.
When it fails, since this is a one-off task, it means my job does not try again until 24 hours later.
It seems like the ecs-agent can afford to retry more times to pull the image in this situation. I'm not well versed in this codebase, but it seems the agent currently uses the default retryer (eg 3 attempts).
The text was updated successfully, but these errors were encountered: