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

Use pagination with polling for jobs #92

Open
benmoss opened this issue Jan 25, 2023 · 0 comments
Open

Use pagination with polling for jobs #92

benmoss opened this issue Jan 25, 2023 · 0 comments

Comments

@benmoss
Copy link
Contributor

benmoss commented Jan 25, 2023

Right now we only look at the first 100 scheduled builds, which is a pretty good simple approach, since as the builds are started we should see new ones appear on the next time we poll. It seems like it might be more performant though to iterate through the pages instead of waiting for the next loop in order to schedule all possible builds.

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