n8n/packages/cli/src/scaling
2026-05-08 16:45:58 +00:00
..
__tests__ fix(core): Propagate waitTill from worker to main in scaling mode (#30099) 2026-05-08 16:45:58 +00:00
pubsub fix(core): Activate agent chat integrations on every main (#30029) 2026-05-08 08:11:57 +00:00
redis refactor(core): Extract leader election client and improve robustness (no-changelog) (#29696) 2026-05-05 13:44:29 +00:00
constants.ts fix(core): Implement evaluation run cancellation for multi-main (#25353) 2026-02-18 15:42:53 +00:00
job-processor.ts fix(core): Propagate waitTill from worker to main in scaling mode (#30099) 2026-05-08 16:45:58 +00:00
leader-election-client.ts refactor(core): Extract leader election client and improve robustness (no-changelog) (#29696) 2026-05-05 13:44:29 +00:00
multi-main-setup-legacy.ts refactor(core): Extract leader election client and improve robustness (no-changelog) (#29696) 2026-05-05 13:44:29 +00:00
multi-main-setup-v2.ts refactor(core): Extract leader election client and improve robustness (no-changelog) (#29696) 2026-05-05 13:44:29 +00:00
multi-main-setup.ee.ts refactor(core): Extract leader election client and improve robustness (no-changelog) (#29696) 2026-05-05 13:44:29 +00:00
multi-main-setup.types.ts refactor(core): Extract leader election client and improve robustness (no-changelog) (#29696) 2026-05-05 13:44:29 +00:00
scaling.service.ts fix(core): Fix race condition when stopping jobs in queue mode (#27211) 2026-03-26 07:33:14 +00:00
scaling.types.ts fix(core): Propagate waitTill from worker to main in scaling mode (#30099) 2026-05-08 16:45:58 +00:00
worker-server.ts fix(core): Fix /healthz endpoint when using N8N_PATH (#27665) 2026-03-30 13:05:07 +00:00
worker-status.service.ee.ts