allow to set RETRY_TIMES per-request #2642
Closed
Labels
Milestone
Comments
I am a newbie to open source. I know Python programming language. Please guide me to fix this issue. |
harshasrinivas
added a commit
to harshasrinivas/scrapy
that referenced
this issue
Mar 11, 2017
is this still open to try? |
hi @saurabhgoyaliitr , do you mean you want to work on fixing it? |
kmike
added a commit
that referenced
this issue
May 17, 2017
[MRG+1] Add feature to set RETRY_TIMES per request (#2642)
Fixed in #2643 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it'd be nice to allow set RETRY_TIMES per-request using a
request.meta
key ("max_retry_times"?) - some requests could be more important than others.The text was updated successfully, but these errors were encountered: