-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
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
Feature - Stop long running scrapers. #158
base: master
Are you sure you want to change the base?
Conversation
Hello @knmn2000! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
I don't think this should be handled by ScrapydWeb. Scrapy has a extension |
Introduced a button on the jobs page of scrapydweb, which sends a stop signal to all the currently running scrapers that have been running longer than a certain amount of time, which can be specified in the settings.
This will be especially useful in cases where the project contains hundreds of running spiders.