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
Description of the problem, including code/CLI snippet
Current handling for retry_transient_errors does not include any handling of requests.exceptions.Timeout. Requests to gitlab.com do occasionally timeout, but this tends to be a transient issue, it would be nice if through some additional parameter (or perhaps even the same parameter) this could be retried by the Gitlab client.