refactor(queues): abstract queue management

This commit is contained in:
Ali BARIN
2024-12-03 11:22:03 +00:00
parent feba2a32f9
commit e7df19ae17
8 changed files with 191 additions and 42 deletions

View File

@@ -13,7 +13,7 @@ if (appConfig.redisSentinelHost) {
{
host: appConfig.redisSentinelHost,
port: appConfig.redisSentinelPort,
}
},
];
redisConfig.sentinelUsername = appConfig.redisSentinelUsername;