mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Support MCP server when offloading is enabled (#18214)
This commit is contained in:
@@ -171,10 +171,6 @@ export class Start extends BaseCommand<z.infer<typeof flagsSchema>> {
|
||||
scopedLogger.debug(`Host ID: ${this.instanceSettings.hostId}`);
|
||||
}
|
||||
|
||||
if (process.env.OFFLOAD_MANUAL_EXECUTIONS_TO_WORKERS === 'true') {
|
||||
this.needsTaskRunner = false;
|
||||
}
|
||||
|
||||
await super.init();
|
||||
this.activeWorkflowManager = Container.get(ActiveWorkflowManager);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user