thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Restarting a single job pipeline and changeing the threads is not reflected in the job #6

Closed thasso closed 10 years ago

thasso commented 10 years ago

Resolved this for jobs without any dependencies as they are not part of a pipeline setup. This will not work for pipelines yet. For that we have to get the specs to work properly so we can overwrite specific jobs. In addition we need to store (in the db?) the initial number of threads set hardcoded in the script and make sure that hardcoded threads are not changed.