mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
fix(core): Fix duplicate Redis publisher (#10392)
This commit is contained in:
parent
33a2703429
commit
45813debc9
|
@ -45,6 +45,8 @@ class RedisServiceBase {
|
|||
this.logger.warn('Error with Redis: ', error);
|
||||
}
|
||||
});
|
||||
|
||||
this.isInitialized = true;
|
||||
}
|
||||
|
||||
async destroy(): Promise<void> {
|
||||
|
|
Loading…
Reference in a new issue