3
Is there any way to disable the Scrapyd web interface?
I would like to monitor the server only by the api.
3
Is there any way to disable the Scrapyd web interface?
I would like to monitor the server only by the api.
3
scrapyd does not offer this option.
But you can get this by running a custom installation with the code commenting on that line: https://github.com/scrapy/scrapyd/blob/master/scrapyd/website.py#L24
Browser other questions tagged python scrapy
You are not signed in. Login or sign up in order to post.
I was curious about the use case, what is the disadvantage of having the web interface?
– elias
It happens that from the crawling of a few thousand pages it is impracticable to open the web interface. The server get load and render very heavy jsons.
– Arthur Alvim