mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Initialize license in queue mode correctly (#6301)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user