We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158a18b commit f0cb7e2Copy full SHA for f0cb7e2
1 file changed
src/sumo/wrapper/_retry_strategy.py
@@ -30,7 +30,7 @@ def _is_retryable_exception(exception):
30
31
# Define the conditions for retrying based on HTTP status codes
32
def _is_retryable_status_code(response):
33
- return response.status_code in [502, 503, 504]
+ return response.status_code in [502, 503]
34
35
36
def _return_last_value(retry_state):
0 commit comments