Horizontally scaling Scrapyd
What tool or set of tools would you use for horizontally scaling scrapyd adding new machines to a scrapyd cluster dynamically and having N instances per machine if required. Is not neccesary for all the instances to share a common job queue, but that would be awesome. Scrapy-cluster seems promising for the job but I want a Scrapyd based solution so I listen to other alternatives and suggestions. I scripted my own load balancer for Scrapyd using its API and a wrapper . from random import shuffle from scrapyd_api.wrapper import ScrapydAPI class JobLoadBalancer(object): @classmethod def get_less