1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Reduced maxRetries upon error in sbc_sharc.config for sarek

This commit is contained in:
lquayle88 2022-09-30 16:54:48 +01:00
parent 1eea9b464a
commit 8103718389

View file

@ -18,7 +18,7 @@ process {
// error and retry handling
errorStrategy = { task.exitStatus in [143,137,104,134,139,140,247] ? 'retry' : 'finish' }
maxRetries = 2
maxRetries = 1
// process labels