File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ def __init__(
84
84
operations on many issues, and the limits require a cooling off period.
85
85
The wait period before the next request increases exponentially with each
86
86
failed retry. Defaults to False.
87
- retry_error_matches (list, optional): Errors to match, passed as a tuple containing
88
- the response code and the response text to match (exact match).
89
- Defaults to [(429, 'Too Many Requests')].
87
+ retry_error_matches (list, optional): Errors to match, passed as a list of tuples
88
+ containing the response code and the response text to match (exact match).
89
+ Defaults to the rate limit error from Atlassian Cloud - [(429, 'Too Many Requests')].
90
90
max_backoff_seconds (int, optional): Max backoff seconds. When backing off, requests won't
91
91
wait any longer than this. Defaults to 1800.
92
92
max_backoff_retries (int, optional): Maximum number of retries to try before
You can’t perform that action at this time.
0 commit comments