Open jpmckinney opened 3 months ago
So that other components can get the config options directly from it.
For example, the poller and scheduler currently store the config, so that they can call get_spider_queues with it.
get_spider_queues
First mentioned in #186
Temporarily added Root._config.
See the TODO and links to https://github.com/scrapy/scrapyd/issues/526 in the code.
https://github.com/scrapy/scrapyd/issues/526
So that other components can get the config options directly from it.
For example, the poller and scheduler currently store the config, so that they can call
get_spider_queues
with it.First mentioned in #186