scrapy/scrapyd
Pablo Hoffman df54ed0041 Some Scrapyd enhancements:
* added minimal web ui
* return unique id per job (spider scheduled)
* store one log per spider run (job) and rotate them, keeping the last N logs (where N is configurable through settings)
2010-11-30 02:26:31 -02:00
..
tests Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
__init__.py Some changes to Scrapyd to support multiple configuration files, to make it easier to deploy Scrapyd applications. Also documented 'egg_runner' and 'application' options 2010-09-07 09:17:25 -03:00
app.py Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
config.py fixed some compatibility issues with python 2.5 in scrapyd 2010-10-26 17:21:43 -02:00
default_scrapyd.conf Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
eggrunner.py Removed unused import 2010-09-14 01:53:05 -03:00
eggstorage.py Support running projects without eggs in Scrapyd. Closes #238 2010-09-14 01:44:25 -03:00
eggutils.py Simplified get_spider_list_from_eggfile() function now that it doesn't need to chdir to a custom directory (Scrapy now works when it's unable to create the SQLite database) 2010-11-05 11:48:12 -02:00
environ.py Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
interfaces.py Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
launcher.py Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
poller.py Some changes to Scrapyd: 2010-11-29 17:19:05 -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
utils.py Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
webservice.py Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00
website.py Some Scrapyd enhancements: 2010-11-30 02:26:31 -02:00