Project

General

Profile

Idea #13219

Updated by Peter Amstutz almost 6 years ago

Allow a user to specify a maximum amount of run time run-time (and other resources?) which can be used by a job before it is cancelled. 

 Involves: 

 * Document "time_limit" in container_request/container scheduling_parameters (time in seconds) 
 * crunch-dispatch-slurm passes "--time" parameter to sbatch 
 *    crunch-run also stops container after exceeding time_limit (so the feature works independently of slurm, eg crunch-dispatch-local) 
 * Support TimeLimit requirement in arvados-cwl-runner (upcoming feature of CWL v1.1)

Back