mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
update long jobs to be submitted to the long queue
This commit is contained in:
parent
5068e4806f
commit
50df2105fb
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ process{
|
|||
queue = 'normal'
|
||||
errorStrategy = { task.attempt <= 5 ? "retry" : "finish" }
|
||||
process.maxRetries = 5
|
||||
withLabel:process_long {
|
||||
queue = 'long'
|
||||
}
|
||||
}
|
||||
|
||||
executor{
|
||||
|
|
Loading…
Reference in a new issue