We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ef1b5 commit 5cbbf26Copy full SHA for 5cbbf26
gitlab/client.py
@@ -710,9 +710,6 @@ def http_request(
710
if 200 <= result.status_code < 300:
711
return result
712
713
- retry_transient_errors = kwargs.get(
714
- "retry_transient_errors", self.retry_transient_errors
715
- )
716
if (429 == result.status_code and obey_rate_limit) or (
717
result.status_code in RETRYABLE_TRANSIENT_ERROR_CODES
718
and retry_transient_errors
0 commit comments