1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Merge pull request #282 from aunderwo/master

Add  longer time for long queue
This commit is contained in:
Alexander Peltzer 2021-09-23 16:17:17 +02:00 committed by GitHub
commit acada75ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }
} }