Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add exponential back-off if we get a 429 #130

Open
Cadair opened this issue Apr 13, 2023 · 0 comments
Open

Add exponential back-off if we get a 429 #130

Cadair opened this issue Apr 13, 2023 · 0 comments
Labels
enhancement A new feature or other enhancement to the library help wanted

Comments

@Cadair
Copy link
Owner

Cadair commented Apr 13, 2023

Currently we just treat a 429 as an error and cancel the build, but backing off for a certain amount of time (without releasing the parallel slot) should mean we eventually starve out the parallel downloads until we have a number of active parallel connections the server is happy with.

@Cadair Cadair added enhancement A new feature or other enhancement to the library help wanted labels Apr 13, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement A new feature or other enhancement to the library help wanted
Projects
None yet
Development

No branches or pull requests

1 participant