fix(core): Fix duplicate Redis publisher (#10392)

This commit is contained in:
Iván Ovejero
2024-08-14 10:55:13 +02:00
committed by GitHub
parent 33a2703429
commit 45813debc9

View File

@@ -45,6 +45,8 @@ class RedisServiceBase {
this.logger.warn('Error with Redis: ', error);
}
});
this.isInitialized = true;
}
async destroy(): Promise<void> {