Merge branch '21535-multi-wf-delete'
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema-v1.0.yml
index 91a05e125439952b8023dd197dd620211052d9eb..aeb41db568722e35ef045a407117f6864f213a95 100644 (file)
@@ -478,8 +478,13 @@ $graph:
         and stderr produced by the tool to determine if a failed job
         should be retried with more RAM.  By default, searches for the
         substrings 'bad_alloc' and 'OutOfMemory'.
-    - name: memoryRetryMultipler
-      type: float
+    - name: memoryRetryMultiplier
+      type: float?
       doc: |
         If the container failed on its first run, re-submit the
         container with the RAM request multiplied by this factor.
+    - name: memoryRetryMultipler
+      type: float?
+      doc: |
+        Deprecated misspelling of "memoryRetryMultiplier".  Kept only
+        for backwards compatability, don't use this.