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

update long jobs to be submitted to the long queue

This commit is contained in:
Anthony Underwood 2021-09-21 14:42:59 +01:00
parent 5068e4806f
commit 50df2105fb

View file

@ -15,6 +15,9 @@ process{
queue = 'normal'
errorStrategy = { task.attempt <= 5 ? "retry" : "finish" }
process.maxRetries = 5
withLabel:process_long {
queue = 'long'
}
}
executor{