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
Even for people that know certain bits and pieces of this library's source code, it still not trivial to understand how this library deals with GitHub's API rate limit.
I'm planning to write something about it as soon as the #595 is merged (as it may introduce the custom api rates)
The text was updated successfully, but these errors were encountered:
PauloMigAlmeida
changed the title
Document this library approach to rate limit
Document this library's approach to rate limit
Nov 9, 2019
PauloMigAlmeida
changed the title
Document this library's approach to rate limit
Document this library's approach to GitHub API rate limit
Nov 9, 2019
There is the rate limit checker and the abuse limit checker. More recently, GitHub has added more ephemeral rate limiting they call secondary rate limiting. It behaves somewhere like abuse limiting, the metric is not publicly reported on an API level, but clients are expected to adhere to it anyway. 😭 😡
I've filed #1975 to track work on improving the secondary rate limiting behavior.
Even for people that know certain bits and pieces of this library's source code, it still not trivial to understand how this library deals with GitHub's API rate limit.
I'm planning to write something about it as soon as the #595 is merged (as it may introduce the custom api rates)
The text was updated successfully, but these errors were encountered: