Correct typo in field name to 'memoryRetryMultiplier'
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema-v1.2.yml
index 389add41047b7118d1701fcd43cbe85461ac0618..7b70a00dab0533800623af5bbc093815ad3f8b1a 100644 (file)
@@ -424,11 +424,17 @@ $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
+    - 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.
+
 
 - name: SeparateRunner
   type: record