fix default RETRY_HTTP_CODES value in docs

This commit is contained in:
Kristobal Junta 2019-07-22 10:19:08 +03:00
parent b8a43011e7
commit 43d5b5a524
1 changed files with 1 additions and 1 deletions

View File

@ -963,7 +963,7 @@ precedence over the :setting:`RETRY_TIMES` setting.
RETRY_HTTP_CODES
^^^^^^^^^^^^^^^^
Default: ``[500, 502, 503, 504, 522, 524, 408]``
Default: ``[500, 502, 503, 504, 522, 524, 408, 429]``
Which HTTP response codes to retry. Other errors (DNS lookup issues,
connections lost, etc) are always retried.