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
GitHub API requests now retry on transient server errors (5xx) with exponential backoff, retrying up to 5 times with delays of 1s, 2s, 4s, 8s, 16s (~30s total). This applies to both REST and GraphQL requests (#65)