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

Applying Backoff for rate-limited Maven Downloads in setup.py #141

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Aug 10, 2021

Issue #, if available: #99

Description of changes:
When a 429 response is received when attempting to download one of the jars, this will apply exponential backoff, sleeping anywhere between 1 second (on the first retry) to 16 (on the final retry).

This PR is meant to replace PR #100. I no longer work at that company so I can't update that branch on the repository any more.

I've updated the branch to fix the version number and apply the feedback that has been requested. I'd like to see this change applied, since my new company is likely to use this library and I'd like to have this issue resolved.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ghost ghost changed the title Merging in Applying Backoff for rate-limited Maven Downloads in setup.py Aug 10, 2021
@alihockla
Copy link

Hi, would love to get this merged! Who do we tag to make this happen?

@density
Copy link

density commented Nov 13, 2021

Willing to help with this PR as well. @avahuang0429 anything we can do to get this merged?

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.

3 participants