fix(core): Fix duplicate Redis publisher (#10392)
This commit is contained in:
@@ -45,6 +45,8 @@ class RedisServiceBase {
|
||||
this.logger.warn('Error with Redis: ', error);
|
||||
}
|
||||
});
|
||||
|
||||
this.isInitialized = true;
|
||||
}
|
||||
|
||||
async destroy(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user