We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceec62 commit 69e0e52Copy full SHA for 69e0e52
sdcclient/_common.py
@@ -10,7 +10,7 @@ class SysdigHTTPAdapter(HTTPAdapter):
10
def __init__(self, *args, **kwargs):
11
retry_strategy = Retry(
12
total=3,
13
- status_forcelist=[403, 404, 429, 500, 502, 503, 504],
+ status_forcelist=[500, 502, 503, 504],
14
allowed_methods=["HEAD", "GET", "OPTIONS", "PUSH", "PUT"],
15
backoff_factor=2,
16
)
0 commit comments