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:
parent
5068e4806f
commit
50df2105fb
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ process{
|
||||||
queue = 'normal'
|
queue = 'normal'
|
||||||
errorStrategy = { task.attempt <= 5 ? "retry" : "finish" }
|
errorStrategy = { task.attempt <= 5 ? "retry" : "finish" }
|
||||||
process.maxRetries = 5
|
process.maxRetries = 5
|
||||||
|
withLabel:process_long {
|
||||||
|
queue = 'long'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
executor{
|
executor{
|
||||||
|
|
Loading…
Reference in a new issue