istresearch / scrapy-cluster

This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
http://scrapy-cluster.readthedocs.io/
MIT License
1.18k stars 324 forks source link

The scrapy-cluster support redis cluster? #97

Closed gongshaojie12 closed 7 years ago

madisonb commented 7 years ago

Scrapy Cluster's core is based around redis-py, which does not support cluster mode. In practice a single Redis instance is fast enough to handle almost all large scale operations.

If this answer's your question please close the ticket

gongshaojie12 commented 7 years ago

Thanks

mannmann2 commented 6 years ago

Is there any way to set up a cluster though? I'm looking for a way to prevent crawling failure if the redis node goes down.