There was an error while loading. Please reload this page.
1 parent 2fea2e6 commit b7a1266Copy full SHA for b7a1266
1 file changed
docs/api-usage.rst
@@ -423,6 +423,7 @@ python-gitlab can automatically retry in such case, when
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.
426
+It will retry until reaching `max_retries` value.
427
428
.. code-block:: python
429
0 commit comments