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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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