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
This disables the GitHub rate limit retry logic on the server. Generally
for webhooks, the server must respond within 10 seconds. If it ever
hits the rate limit, it will likely sleep for several minutes, meaning
it will be guaranteed to be killed.
Whether or not retries are enabled is now a property of `GithubClient`.
It is enabled for the CLI prioritization tool (which added this retry
logic in the first place in
#579).
0 commit comments