Start a new topic
Answered

disable autothrottle in crawlera

How to disable auto-throttle in crawlera?


Best Answer

You can disable Auto-throttle through following ways:

1. By Customizing Scrapy settings through UI as given in https://support.scrapinghub.com/a/solutions/articles/22000200670-customizing-scrapy-settings-in-scrapy-cloud. UI settings have precendence over the settings.py of the spider.

2. Through the settings.py (AUTOTHROTTLE_ENABLED = False) as given in https://support.scrapinghub.com/a/solutions/articles/22000188399-using-crawlera-with-scrapy


1 Comment

Answer

You can disable Auto-throttle through following ways:

1. By Customizing Scrapy settings through UI as given in https://support.scrapinghub.com/a/solutions/articles/22000200670-customizing-scrapy-settings-in-scrapy-cloud. UI settings have precendence over the settings.py of the spider.

2. Through the settings.py (AUTOTHROTTLE_ENABLED = False) as given in https://support.scrapinghub.com/a/solutions/articles/22000188399-using-crawlera-with-scrapy


Login to post a comment