1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 00:23:52 +00:00

[doc] update default RETRY_HTTP_CODES

This commit is contained in:
Valdir Stumm Junior 2018-07-13 11:55:16 -07:00 committed by GitHub
parent c86213317d
commit c61e8a617f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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