CRAWLERA_ENABLED in custom_settings ignored by Scrapy Cloud
m
mikhailkolganov
started a topic
about 6 years ago
Subj. If I add
custom_settings = {CRAWLERA_ENABLED': True}
while deactivated Crawlera in Spiders -> Settings, spider doesn't use Crawlera. And vice versa, if Crawlera enabled in Spiders -> Settings and spider has
custom_settings = {CRAWLERA_ENABLED': False}
it always use Crawlera ignoring explicit custom settings.
Is it even possible to set Crawlera usage on spider basis within same project on Scrapy Cloud platform?
mikhailkolganov
Subj. If I add
while deactivated Crawlera in Spiders -> Settings, spider doesn't use Crawlera. And vice versa, if Crawlera enabled in Spiders -> Settings and spider has
it always use Crawlera ignoring explicit custom settings.
Is it even possible to set Crawlera usage on spider basis within same project on Scrapy Cloud platform?