comparison 0.4.2/conf/modules.config @ 138:e051ec4961c3

planemo upload
author kkonganti
date Mon, 08 Jul 2024 10:30:38 -0400
parents 421ba3230421
children 7ab975454646
comparison
equal deleted inserted replaced
137:421ba3230421 138:e051ec4961c3
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 = 2 17 maxRetries = 1
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 }