Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 712 Bytes

PTero LSF Service

Requirements Status

This project provides a way for the PTero workflow system to run commands via LSF using Celery via a REST API.

The API is currently described here.

Testing

To run tests:

pip install tox
tox

Development

To launch a development server:

pip install -r requirements.txt
pip install honcho
honcho start -f Procfile.dev -c worker=4

You can then connect to the webserver at http://localhost:7200