-
Notifications
You must be signed in to change notification settings - Fork 63
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
Method to iterate all jobs/items/whatever #137
Comments
I think this might be covered by #133 ? I don't see it in the docs yet so I assume that hasn't been released. |
Hi @andrewbaxter Is that what you were asking for? |
Yeah, looks like exactly it! Thanks! |
The |
Ah, you're right. And that was why I was getting confused about the talk about increasing the chunksize argument. Thank you for setting be back on track here. I think iterating jobs was what prompted me to open this in the first place. |
The AWS boto client has a Paginator to help iterating within api result limits, which while clunky is very nice to have since it's hard to get it wrong.
A method to iterate/list all results or else a Paginator that hides the pagination parameters which are easy to get wrong would be super helpful. The 1000 job limit is an issue in all projects I've needed to use this in.
The text was updated successfully, but these errors were encountered: