You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, when you look at it, it does make sense based on the data. Your example says it will renew in 3598 seconds, which means just 2 seconds elapsed, and the count is already at 185. So 185/2 = 92.5 requests per second (according to github) would really mean we're using a huge number of requests, even 12000% of what's allowed. At this pace, we'd be done in less than a minute :) That's why I think the rate limit headers from GitHub sometimes go bonkers (maybe when the reset hour just happened).
I tried more debugging and it's definitely GitHub sending incorrect header values. Closing since it's not a Buildasaur bug (and hopefully we won't even be affected by it, other than making these rate-limit estimates useless sometimes).
Looks a bit over the top to me.
The text was updated successfully, but these errors were encountered: