refactor(core): Remove event bus channel (no-changelog) (#9663)

This commit is contained in:
Iván Ovejero
2024-06-11 10:02:23 +02:00
committed by GitHub
parent cc4e46eae4
commit aaa78435b0
8 changed files with 9 additions and 57 deletions

View File

@@ -273,7 +273,7 @@ export class Worker extends BaseCommand {
await this.initOrchestration();
this.logger.debug('Orchestration init complete');
await Container.get(OrchestrationWorkerService).publishToEventLog(
await Container.get(MessageEventBus).send(
new EventMessageGeneric({
eventName: 'n8n.worker.started',
payload: {