CRAWLERA_ENABLED in custom_settings ignored by Scrapy Cloud

Posted about 7 years ago by mikhailkolganov

Post a topic
Un Answered
m
mikhailkolganov

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?

0 Votes


0 Comments

Login to post a comment