X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5fae6a137301f1a127ef4cccfc6bce86a6a9506c..39c17737ac69d7693684fe2f95bef0ec235a28bf:/doc/_includes/_container_scheduling_parameters.liquid diff --git a/doc/_includes/_container_scheduling_parameters.liquid b/doc/_includes/_container_scheduling_parameters.liquid index 6eee4e0447..abbe6f4c06 100644 --- a/doc/_includes/_container_scheduling_parameters.liquid +++ b/doc/_includes/_container_scheduling_parameters.liquid @@ -11,3 +11,5 @@ Parameters to be passed to the container scheduler (e.g., SLURM) when running a table(table table-bordered table-condensed). |_. Key|_. Type|_. Description|_. Notes| |partitions|array of strings|The names of one or more compute partitions that may run this container. If not provided, the system will choose where to run the container.|Optional.| +|preemptible|boolean|If true, the dispatcher will ask for a preemptible cloud node instance (eg: AWS Spot Instance) to run this container.|Optional. Default is false.| +|max_run_time|integer|Maximum running time (in seconds) that this container will be allowed to run before being cancelled.|Optional. Default is 0 (no limit).|