Merge branch '7478-s-preemptable-preemptible'
[arvados.git] / services / api / config / application.default.yml
index a1c35f10fcf1f9e1aae9ead9bf1cda00b5f2535a..f51679135d0b462beb9211107c8e742f505806e9 100644 (file)
@@ -289,6 +289,11 @@ common:
   ### Crunch, DNS & compute node management
   ###
 
+  # Preemptible instance support (e.g. AWS Spot Instances)
+  # When true, child containers will get created with the preemptible
+  # scheduling parameter parameter set.
+  preemptible_instances: false
+
   # Docker image to be used when none found in runtime_constraints of a job
   default_docker_image_for_jobs: false