Merge pull request #3894 from KristobalJunta/fix_retry_docs

fix default RETRY_HTTP_CODES value in docs
This commit is contained in:
Adrián Chaves 2019-07-29 18:20:55 +02:00 committed by GitHub
commit 04bca6af7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.