fix: properly support redis db (#517)

This commit is contained in:
Philip Okugbe
2024-11-28 18:54:28 +00:00
committed by GitHub
parent ca186f3c0e
commit f178e6654f
3 changed files with 14 additions and 2 deletions

View File

@ -15,6 +15,7 @@ import { QueueName } from './constants';
host: redisConfig.host,
port: redisConfig.port,
password: redisConfig.password,
db: redisConfig.db,
retryStrategy: createRetryStrategy(),
},
defaultJobOptions: {