GitHub.jl
GitHub.jl copied to clipboard
Exponential backoff if rate limit is hit?
trafficstars
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.
We could provide a wrapper function for that?
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?