* Allow the system user to update job columns, even if the job is "locked"
authorPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 17 Mar 2014 17:49:06 +0000 (13:49 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 17 Mar 2014 17:49:06 +0000 (13:49 -0400)
commited8493bae19f584ef04952a81db195b57320189f
treeddca90009ebc455383a3617b7a160791a99c640e
parent10e70461bf3cb8c6ff859ce8313629a56783ba34
* Allow the system user to update job columns, even if the job is "locked"
* Once the job process completes, automatically mark "job.running = false" and set "job.finished_at" if not set
* Exclude jobs from the queue where the "success" field is already set
* Consider a pipeline to be failed if any of the component jobs are marked as failed
sdk/cli/bin/arv-run-pipeline-instance
services/api/app/controllers/arvados/v1/jobs_controller.rb
services/api/app/models/job.rb
services/api/script/crunch-dispatch.rb