We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a599ec commit 21fe3b8Copy full SHA for 21fe3b8
1 file changed
msgraph/core/middleware/retry.py
@@ -16,12 +16,6 @@ class RetryHandler(BaseMiddleware):
16
:param int max_retries:
17
Maximum number of retries to allow. Takes precedence over other counts.
18
Set to ``0`` to fail on the first retry.
19
- :param iterable allowed_methods:
20
- Set of uppercased HTTP method verbs that we should retry on.
21
- By default, we only retry on methods which are considered to be
22
- idempotent (multiple requests with the same parameters end with the
23
- same state). See :attr:`Retry.DEFAULT_ALLOWED_METHODS`.
24
- Set to a ``None`` value to retry on any verb.
25
:param iterable retry_on_status_codes:
26
A set of integer HTTP status codes that we should force a retry on.
27
A retry is initiated if the request method is in ``allowed_methods``
0 commit comments