fix: Initialize license in queue mode correctly (#6301)

This commit is contained in:
Omar Ajoue
2023-05-23 13:01:50 +02:00
committed by GitHub
parent 55b755cb44
commit 42c79cd6f1
5 changed files with 26 additions and 23 deletions

View File

@@ -224,6 +224,7 @@ export class Worker extends BaseCommand {
await super.init();
this.logger.debug('Starting n8n worker...');
await this.initLicense();
await this.initBinaryManager();
await this.initExternalHooks();
}