8000
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.
2 parents 2fea2e6 + bb1f054 commit 9897c98Copy full SHA for 9897c98
docs/api-usage.rst
@@ -421,8 +421,9 @@ GitLab server can sometimes return a transient HTTP error.
421
python-gitlab can automatically retry in such case, when
422
``retry_transient_errors`` argument is set to ``True``. When enabled,
423
HTTP error codes 500 (Internal Server Error), 502 (502 Bad Gateway),
424
-503 (Service Unavailable), and 504 (Gateway Timeout) are retried. By
425
-default an exception is raised for these errors.
+503 (Service Unavailable), and 504 (Gateway Timeout) are retried. It will retry until reaching
+the `max_retries` value. By default, `retry_transient_errors` is set to `False` and an exception
426
+is raised for these errors.
427
428
.. code-block:: python
429
0 commit comments