1
0
Fork 0
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:
Anthony Underwood 2021-09-23 11:59:45 +01:00 committed by GitHub
parent 50df2105fb
commit 6a970dc4a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ process{
process.maxRetries = 5
withLabel:process_long {
queue = 'long'
max_time = 48.h
}
}