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
Is your feature request related to a problem? Please describe.
Most of the RateLimitError has a cooldown period of 35-45 minutes, or so. For some of the other rate limit errors (i.e. Search API), the limit resets after 30 seconds. https://docs.github.com/en/rest/rate-limit#about-the-rate-limit-api
Describe the solution you'd like
If the limit refresh time is more than 1 minute, then it is difficult to perform the retry operation, since it will increase the wait time to execute the query. If the limit refresh time is less than 60 seconds, update the plugin to perform a retry operation.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Most of the
RateLimitError
has a cooldown period of 35-45 minutes, or so. For some of the other rate limit errors (i.e. Search API), the limit resets after 30 seconds.https://docs.github.com/en/rest/rate-limit#about-the-rate-limit-api
Describe the solution you'd like
If the limit refresh time is more than 1 minute, then it is difficult to perform the retry operation, since it will increase the wait time to execute the query. If the limit refresh time is less than 60 seconds, update the plugin to perform a retry operation.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: