fix(core): Start WaitTracker only in the main container (#9600)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-03 17:43:24 +02:00
committed by GitHub
parent d6db8cbf23
commit 08d9c9a787
3 changed files with 36 additions and 45 deletions

View File

@@ -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();