21216: Make memoryRetryMultiplier optional and set a default value
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema-v1.1.yml
index f33b94e69dada694a1d60aa16cdf3534d9f3334a..0e51d50080ce032897132322635a7d2a0941aaf9 100644 (file)
@@ -422,7 +422,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.