We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
feat: get_spider_list() (used by Schedule and ListSpiders) supports t…
94e87da
…he [settings] section. Add Root._config (hack) #526. chore: Root has the correct default for runner, if it were somehow not configured.
Revert "get_spider_list() (used by Schedule and ListSpiders) supports…
88e2d87
… the [settings] section. Add Root._config (hack) #526" 94e87da
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: