Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Discuss] need to add the daemonstatus api for the new version of scrapyd #7
Comments
|
daemonstatus.json is not in a scrapyd release yet |
|
Yup, as @Digenis noted in #5, this is not in a stable branch yet. It has also changed within the last month so I'm not certain we should be relying on it being a stable API just yet.
@Digenis do you have any more information on this? I can't find much info set in stone about scrapyd's release process. |
|
The change was only a bugfix. Regarding releases, there are currently no conventions. |
|
Thanks @Digenis. I will likely start work on supporting I'll leave this ticket open to track progress. |
|
daemonstatus.json is now stable. Please add it. |
Hi all:
since the scrapyd server has add the new api of daemonstatus.json
here is the code
https://github.com/scrapy/scrapyd/blob/master/scrapyd/webservice.py
here is the doc
https://scrapyd.readthedocs.org/en/latest/api.html#daemonstatus-json
i think may be need to update the code and add this new api to the project