mirror of https://github.com/scrapy/scrapy.git
Revert "add 505 and 403 to retry status codes due to amazon s3 random fails while uploading images"
This reverts changeset r457 --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40461
This commit is contained in:
parent
068d2278a3
commit
7ac8ae993a
|
|
@ -28,6 +28,3 @@ EXTENSIONS = []
|
|||
# contrib.middleware.retry.RetryMiddleware default settings
|
||||
RETRY_TIMES = 3
|
||||
RETRY_HTTP_CODES = ['500', '503', '504', '400', '408', '200']
|
||||
|
||||
# amazon s3 images backend sometimes fails to authenticate or validate http protocol
|
||||
RETRY_HTTP_CODES = RETRY_HTTP_CODES + ['505', '403']
|
||||
|
|
|
|||
Loading…
Reference in New Issue