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
the current retry logic says: # Retry on SSL errors and socket timeout errors., and it catches socket.error looking for timeouts there, however timeouts in python are reported via socket.timeout