mirror of https://github.com/scrapy/scrapy.git
Merge branch 'master' into process_spider_exception_generator
This commit is contained in:
commit
c493721b64
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue