I use Scrapyd for scheduling and launching spider jobs.
In Item Pipelines classes i set job specific variables into the class, which should not be shared by other spiders/jobs.
So my question is, does Scrapy/Scrapyd create new instance of pipeline class for each spider job/process?