GitHub.jl icon indicating copy to clipboard operation
GitHub.jl copied to clipboard

Exponential backoff if rate limit is hit?

Open DilumAluthge opened this issue 6 years ago • 2 comments
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.

DilumAluthge avatar Oct 08 '19 15:10 DilumAluthge

We could provide a wrapper function for that?

asinghvi17 avatar Oct 08 '19 15:10 asinghvi17

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?

rick2047 avatar Oct 26 '21 12:10 rick2047