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
Currently it's possible to encounter secondary rate limits when creating a lot of issues on Github. Right now when this rate limit is hit, the script waits for 300 seconds before retrying again.
I think we can prevent the need to wait this long if we follow some of the best practices described here.
The text was updated successfully, but these errors were encountered:
Currently it's possible to encounter secondary rate limits when creating a lot of issues on Github. Right now when this rate limit is hit, the script waits for 300 seconds before retrying again.
I think we can prevent the need to wait this long if we follow some of the best practices described here.
The text was updated successfully, but these errors were encountered: