scrapy/scrapyd
Jochen Maes 47a7f154ab Add listjobs.json to Scrapyd API
You can use listjobs.json with project=<projectname> to get a list of projects that are running currently.
It returns a list of jobs with spidername and job-id.

Signed-off-by: Jochen Maes <jochen.maes@sejo.be>
---
 scrapyd/webservice.py |    9 +++++++++
 scrapyd/website.py    |    1 +
 2 files changed, 10 insertions(+), 0 deletions(-)
2011-03-09 14:22:10 -02:00
..
tests Set CONCURRENT_SPIDERS=1 in Scrapyd to force one spider per process 2011-02-04 13:30:01 -02:00
__init__.py scrapyd: force application to receive config as argument 2010-11-30 15:46:24 -02:00
app.py scrapyd: log url where web console can be accesed 2010-11-30 17:58:34 -02:00
config.py scrapyd: fixed bug discovering the current project scrapy.cfg file 2010-11-30 16:19:17 -02:00
default_scrapyd.conf Some simplifications to Scrapyd architecture and internals: 2010-12-27 16:22:32 -02:00
eggstorage.py Support running projects without eggs in Scrapyd. Closes #238 2010-09-14 01:44:25 -03:00
eggutils.py Some simplifications to Scrapyd architecture and internals: 2010-12-27 16:22:32 -02:00
environ.py Set CONCURRENT_SPIDERS=1 in Scrapyd to force one spider per process 2011-02-04 13:30:01 -02:00
interfaces.py Some simplifications to Scrapyd architecture and internals: 2010-12-27 16:22:32 -02:00
launcher.py Some simplifications to Scrapyd architecture and internals: 2010-12-27 16:22:32 -02:00
poller.py scrapyd: added support for deferred spider queues 2010-12-10 15:55:40 -02:00
runner.py A couple of changes to fix #303: 2011-01-05 15:59:43 -02:00
scheduler.py Refactored Scrapyd code to fix a couple of bugs that ocurred when running projects without eggs 2010-09-22 01:04:15 -03:00
script.py added command for starting a scrapyd server for the current project 2010-11-30 15:52:15 -02:00
utils.py scrapyd: use runner from config (if not specified) on get_spider_list() 2010-12-28 11:16:58 -02:00
webservice.py Add listjobs.json to Scrapyd API 2011-03-09 14:22:10 -02:00
website.py Add listjobs.json to Scrapyd API 2011-03-09 14:22:10 -02:00