Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.2.1/conf/modules.config @ 25:b9cd7722d51b
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 29 Jun 2022 12:45:02 -0400 |
parents | 1cb92deb15f8 |
children | 1d6557e7db72 |
comparison
equal
deleted
inserted
replaced
24:05b6b4edfd58 | 25:b9cd7722d51b |
---|---|
9 overwrite: params.publish_dir_overwrite, | 9 overwrite: params.publish_dir_overwrite, |
10 saveAs: { filename -> filename.equals('versions.yml') ? null : filename } | 10 saveAs: { filename -> filename.equals('versions.yml') ? null : filename } |
11 ] | 11 ] |
12 | 12 |
13 errorStrategy = { | 13 errorStrategy = { |
14 ![0].contains(task.exitStatus) ? dynamic_retry(task.attempt, 1000) : 'finish' | 14 ![0].contains(task.exitStatus) ? dynamic_retry(task.attempt, 10) : 'finish' |
15 } | 15 } |
16 | 16 |
17 maxRetries = 11 | 17 maxRetries = 21 |
18 | 18 |
19 withLabel: 'process_femto' { | 19 withLabel: 'process_femto' { |
20 cpus = 2 | 20 cpus = 2 |
21 } | 21 } |
22 | 22 |