X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7b51c206b53b1c542be66bd0e277ff2ad87894c0..HEAD:/sdk/cwl/arvados_cwl/arv-cwl-schema-v1.2.yml diff --git a/sdk/cwl/arvados_cwl/arv-cwl-schema-v1.2.yml b/sdk/cwl/arvados_cwl/arv-cwl-schema-v1.2.yml index 389add4104..a753579c9a 100644 --- a/sdk/cwl/arvados_cwl/arv-cwl-schema-v1.2.yml +++ b/sdk/cwl/arvados_cwl/arv-cwl-schema-v1.2.yml @@ -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 - 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. + - name: SeparateRunner type: record