Open dodoflyy opened 5 years ago
This is by design - see https://github.com/TeamHG-Memex/scrapy-rotating-proxies#concurrency and https://github.com/TeamHG-Memex/scrapy-rotating-proxies/blob/dfece2d9514d6a24c134585414764ad3656d096c/rotating_proxies/middlewares.py#L148
So DOWNLOAD_DELAY works, but in a different way. I think it'd be a good feature to have to allow disabling that; pull requests are welcome.
Hello, It seems scrapy spider's
DOWNLOAD_DELAY
will not work if I use this proxy. In my script I setDOWNLOAD_DELAY=8
and enable randomDOWNLOAD_DELAY
。But the scrapy runs too fast.