mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Reduced maxRetries upon error in sbc_sharc.config for sarek
This commit is contained in:
parent
1eea9b464a
commit
8103718389
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ process {
|
||||||
// error and retry handling
|
// error and retry handling
|
||||||
|
|
||||||
errorStrategy = { task.exitStatus in [143,137,104,134,139,140,247] ? 'retry' : 'finish' }
|
errorStrategy = { task.exitStatus in [143,137,104,134,139,140,247] ? 'retry' : 'finish' }
|
||||||
maxRetries = 2
|
maxRetries = 1
|
||||||
|
|
||||||
|
|
||||||
// process labels
|
// process labels
|
||||||
|
|
Loading…
Reference in a new issue