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

Exponential backoff if rate limit is hit? #144

Open
DilumAluthge opened this issue Oct 8, 2019 · 2 comments
Open

Exponential backoff if rate limit is hit? #144

DilumAluthge opened this issue Oct 8, 2019 · 2 comments

Comments

@DilumAluthge
Copy link
Member

If I hit my rate limit, it would be nice if GitHub.jl would automatically do an exponential back-off.

This would be an opt-in feature.

@asinghvi17
Copy link

We could provide a wrapper function for that?

@rick2047
Copy link
Contributor

If the rate limit is hit, we know exactly when it will reset. Wouldn't it be better to just wait till the reset time?

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

3 participants