mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Ensure only leader handles waiting executions (#9014)
This commit is contained in:
@@ -94,7 +94,7 @@ export class Start extends BaseCommand {
|
||||
// Stop with trying to activate workflows that could not be activated
|
||||
this.activeWorkflowRunner.removeAllQueuedWorkflowActivations();
|
||||
|
||||
Container.get(WaitTracker).shutdown();
|
||||
Container.get(WaitTracker).stopTracking();
|
||||
|
||||
await this.externalHooks?.run('n8n.stop', []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user