mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Merge pull request #282 from aunderwo/master
Add longer time for long queue
This commit is contained in:
commit
acada75ffe
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ process{
|
|||
process.maxRetries = 5
|
||||
withLabel:process_long {
|
||||
queue = 'long'
|
||||
max_time = 48.h
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue