Skip to content

Fetch bundles in chunks #10

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

Merged
merged 2 commits into from
Sep 9, 2022
Merged

Fetch bundles in chunks #10

merged 2 commits into from
Sep 9, 2022

Conversation

smbl64
Copy link
Owner

@smbl64 smbl64 commented Sep 8, 2022

Listing bundles fails when there are too many keys in the request, because keys are passed as query parameters and a URL length is limited.

This PR fixes the issue by chunking the keys into smaller groups and sending several requests in an async way.

Related to #6.

@smbl64 smbl64 merged commit b47405b into master Sep 9, 2022
@smbl64 smbl64 deleted the multipart-list-fetch branch September 9, 2022 12:50
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

Successfully merging this pull request may close these issues.

1 participant