mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -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.logger.warn('Error with Redis: ', error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.isInitialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
async destroy(): Promise<void> {
|
async destroy(): Promise<void> {
|
||||||
|
|
Loading…
Reference in a new issue