Skip to content

Commit b7a1266

Browse files
authored
docs: add transient errors retry info
1 parent 2fea2e6 commit b7a1266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api-usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ python-gitlab can automatically retry in such case, when
423423
HTTP error codes 500 (Internal Server Error), 502 (502 Bad Gateway),
424424
503 (Service Unavailable), and 504 (Gateway Timeout) are retried. By
425425
default an exception is raised for these errors.
426+
It will retry until reaching `max_retries` value.
426427

427428
.. code-block:: python
428429

0 commit comments

Comments
 (0)