21216: Make memoryRetryMultiplier optional and set a default value
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema-v1.2.yml
index 0c6035c56f0cb2a6778a88d9ea7db81e7ebfbe64..a753579c9aa7bbd7c945b813e1be9d689350d084 100644 (file)
@@ -425,7 +425,7 @@ $graph:
         should be retried with more RAM.  By default, searches for the
         substrings 'bad_alloc' and 'OutOfMemory'.
     - name: memoryRetryMultiplier
-      type: float
+      type: float?
       doc: |
         If the container failed on its first run, re-submit the
         container with the RAM request multiplied by this factor.