mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
update max time for long queue
This commit is contained in:
parent
50df2105fb
commit
6a970dc4a8
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