Allow users to cancel a running crunch job by updating cancelled_at
[arvados.git] / services / api / script / crunch-dispatch.rb
2013-11-22 Tom CleggAllow users to cancel a running crunch job by updating...
2013-11-19 Tim PierceMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-19 Tom CleggSend job log messages to owner_uuid redis channel
2013-11-04 Tom Cleggstore the last ~512 KiB of job log messages in a redis...
2013-11-04 Tom Cleggimprove error message when crunch-job is not found
2013-11-01 Tom Cleggupdate node info[:slurm_state] when running sinfo....
2013-10-07 Tom Cleggrename jobs.resource_limits to runtime_constraints
2013-07-31 Tom Clegglock CRUNCH_DISPATCH_LOCKFILE while running, if provided
2013-07-17 Tom Cleggstrip extra newline
2013-07-08 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-07-08 Tom Cleggrename foreign uuid attributes
2013-06-28 Tom Cleggchdir out of supervise dir when starting job
2013-06-26 Tom Cleggadd jobs#log_tail_follow
2013-06-25 Tom Cleggfix for bare repos
2013-06-25 Tom Clegguse which to find crunch-job instead of hoping sudo...
2013-06-21 Tom Cleggwork around sudo environment sanitizing
2013-06-20 Tom Cleggconfigurable setuid for crunch jobs
2013-06-20 Tom Cleggobey RAILS_ENV if given
2013-06-19 Tom Cleggport crunch dispatcher from whjobmanager to crunch-job