refactor(core): Introduce RedisClientService (no-changelog) (#9774)

This commit is contained in:
Iván Ovejero
2024-06-20 12:55:07 +02:00
committed by GitHub
parent 199dff4fb3
commit 7b396e78c6
17 changed files with 231 additions and 223 deletions

View File

@@ -436,7 +436,7 @@ export const schema = {
env: 'QUEUE_BULL_REDIS_PORT',
},
timeoutThreshold: {
doc: 'Redis timeout threshold',
doc: 'Max cumulative timeout (in milliseconds) of connection retries before process exit',
format: Number,
default: 10000,
env: 'QUEUE_BULL_REDIS_TIMEOUT_THRESHOLD',