mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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
|
process.maxRetries = 5
|
||||||
withLabel:process_long {
|
withLabel:process_long {
|
||||||
queue = 'long'
|
queue = 'long'
|
||||||
|
max_time = 48.h
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue