feat(client): additionally handle retries for request timeouts by benjamb · Pull Request #3405 · python-gitlab/python-gitlab
Changes
Adds requests.exceptions.Timeout to the list of things to handle as part of the retry logic, since most of the time this is caused by transient network issues.
Fixes #2991 (already closed as stale).
Documentation and testing
Please consider whether this PR needs documentation and tests. This is not required, but highly appreciated:
- Documentation in the matching docs section
- Unit tests and/or functional tests