-
Notifications
You must be signed in to change notification settings - Fork 263
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
Rate exceeded for "awless list containertasks " #172
Comments
Yes. Thanks for reporting. We are aware of this issue happening on some calls with "recursive" calling. Interestingly, after some weeks of remodeling/refactoring, UI prompt work, we are starting tomorrow to think about how to handle better AWS throttling. In the meantime - if you can and have time - you could:
Thanks. |
@simcap unfortunately no output :(
There are somewhere like 60-70 tasks, but I think it worth to mention that we have many Elastic Beanstalk environments, which also counts as different ecs clusters with tasks. So it could be the reason because awless try to get tasks from ~20 ecs clusters concurrently. |
Thanks! We will keep the update on throttling and ecs in this issue. |
Filtering is now done on AWS side when passing `--filter name=...` when listing containertasks. Throttling is greatly reduced (see calls with `--network-monitor` flag)
@trane9991 latest master allow to filter containertasks with So can you try when you have time the following?
(The name should be the value of the first column value when listing containertasks - i.e. the Family name of the task definition.) Let me know if that fixes the issue for you. Thanks. Note: |
I have many tasks running and it fails with
Rate exceeded
error when I'm trying to list themThe text was updated successfully, but these errors were encountered: