mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Start WaitTracker only in the main container (#9600)
This commit is contained in:
committed by
GitHub
parent
d6db8cbf23
commit
08d9c9a787
@@ -178,6 +178,8 @@ export class Start extends BaseCommand {
|
||||
|
||||
await this.initOrchestration();
|
||||
this.logger.debug('Orchestration init complete');
|
||||
Container.get(WaitTracker).init();
|
||||
this.logger.debug('Wait tracker init complete');
|
||||
await this.initBinaryDataService();
|
||||
this.logger.debug('Binary data service init complete');
|
||||
await this.initExternalHooks();
|
||||
|
||||
Reference in New Issue
Block a user