Skip to content

Commit 1c36f81

Browse files
author
ci.datadog-api-spec
committed
pre-commit fixes
1 parent e3741e1 commit 1c36f81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datadog_api_client/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
logger = logging.getLogger(__name__)
2424

2525

26-
RETRY_AFTER_STATUS_CODES = frozenset([429, 500, 501, 502, 503, 504, 505, 506, 507, 509, 510, 511, 512])
26+
RETRY_AFTER_STATUS_CODES = frozenset([408, 429, 500, 501, 502, 503, 504, 505, 506, 507, 509, 510, 511, 512])
2727
RETRY_ALLOWED_METHODS = frozenset(["GET", "PUT", "DELETE", "POST", "PATCH"])
2828

2929

0 commit comments

Comments
 (0)