Merge branch '8018-container-retry' closes #8018
[arvados.git] / services / api / config / application.default.yml
index 96e7596e8bda000c65d25393fe70d91761b9c04e..bc752ed1d5f4d92b5ead8df2314e80a751f7b697 100644 (file)
@@ -381,6 +381,13 @@ common:
   # graph cache.  This feature is experimental!
   async_permissions_update: false
 
+  # Default value for container_count_max for container requests.  This is the
+  # number of times Arvados will create a new container to satisfy a container
+  # request.  If a container is cancelled it will retry a new container if
+  # container_count < container_count_max on any container requests associated
+  # with the cancelled container.
+  container_count_max: 3
+
 development:
   force_ssl: false
   cache_classes: false