-
Notifications
You must be signed in to change notification settings - Fork 11.2k
[MRG] Add SPIDER_LOADER_WARN_ONLY to toggle between spiderloader failure or warning #2632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2632 +/- ##
==========================================
+ Coverage 84.17% 84.18% +<.01%
==========================================
Files 162 162
Lines 9088 9093 +5
Branches 1347 1348 +1
==========================================
+ Hits 7650 7655 +5
Misses 1177 1177
Partials 261 261
Continue to review full report at Codecov.
|
|
@vshlapakov , would this change work for you? |
| SCHEDULER_PRIORITY_QUEUE = 'queuelib.PriorityQueue' | ||
|
|
||
| SPIDER_LOADER_CLASS = 'scrapy.spiderloader.SpiderLoader' | ||
| SPIDER_LOADER_WARN_ONLY = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add docs for this option? Or are you waiting for @vshlapakov's feedback?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmike , docs updated.
|
Sorry, I'll add some doc. |
|
@redapple The changes looks good to me, thanks Paul! cc @chekunkov |
|
LGTM |
|
phew, f2ac24e was the whole point of this... ;) |
|
Thanks @redapple, @vshlapakov and @chekunkov! |
Related to #2433 (comment)