Commit 4779b9d
Add 408s to retries to Python API Client (#2945)
* Retry on 408
See https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.7 which says that clients may retry 408 requests.
---------
Co-authored-by: ci.datadog-api-spec <[email protected]>1 parent af847ed commit 4779b9d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments