You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that Scrapy has several options for throttling the crawler. I added the following to my config.env file but they seemed to have no effect. Is it possible to use these env vars? If so, what is the syntax?
I noticed that Scrapy has several options for throttling the crawler. I added the following to my config.env file but they seemed to have no effect. Is it possible to use these env vars? If so, what is the syntax?
AUTOTHROTTLE_ENABLED=true
CONCURRENT_REQUESTS_PER_DOMAIN=1
AUTOTHROTTLE_DEBUG=true
AUTOTHROTTLE_TARGET_CONCURRENCY=1
The text was updated successfully, but these errors were encountered: