My application requires basically only one spider, but I would like to run many instances in parallel. I was assuming that to be possible using the crawl_id.
But now I'm not so sure anymore, the dispatching seems to be based on the spider's name mainly.
What would it take to make that work?