Skip to content
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

account for api pagination when task definitions exceed 100 #3

Closed
matl33t opened this issue Jun 29, 2016 · 0 comments
Closed

account for api pagination when task definitions exceed 100 #3

matl33t opened this issue Jun 29, 2016 · 0 comments

Comments

@matl33t
Copy link
Contributor

matl33t commented Jun 29, 2016

When getting the latest task definition, an api call is made to http://docs.aws.amazon.com/sdkforruby/api/Aws/ECS/Client.html#list_task_definitions-instance_method

Currently broadside just grabs the last one from that call, but if it exceeds 100 then the method will not correctly return the last one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant