refactor(queues): abstract queue management
This commit is contained in:
@@ -13,7 +13,7 @@ if (appConfig.redisSentinelHost) {
|
||||
{
|
||||
host: appConfig.redisSentinelHost,
|
||||
port: appConfig.redisSentinelPort,
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
redisConfig.sentinelUsername = appConfig.redisSentinelUsername;
|
||||
|
Reference in New Issue
Block a user