Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.4.2/conf/modules.config @ 140:7ab975454646
planemo upload
author | kkonganti |
---|---|
date | Thu, 11 Jul 2024 12:47:02 -0400 |
parents | e051ec4961c3 |
children | 15803b24d580 |
comparison
equal
deleted
inserted
replaced
139:c5daa29f933c | 140:7ab975454646 |
---|---|
12 | 12 |
13 errorStrategy = { | 13 errorStrategy = { |
14 ![0].contains(task.exitStatus) ? dynamic_retry(task.attempt, 10) : 'finish' | 14 ![0].contains(task.exitStatus) ? dynamic_retry(task.attempt, 10) : 'finish' |
15 } | 15 } |
16 | 16 |
17 maxRetries = 1 | 17 maxRetries = 0 |
18 | 18 |
19 withLabel: 'process_femto' { | 19 withLabel: 'process_femto' { |
20 cpus = { 1 * task.attempt } | 20 cpus = { 1 * task.attempt } |
21 memory = { 1.GB * task.attempt } | 21 memory = { 1.GB * task.attempt } |
22 time = { 1.h * task.attempt } | 22 time = { 1.h * task.attempt } |