n8n/packages/cli/test/integration/commands
Michael Auerswald 7b49cf2a2c
feat(core): Add commands to workers to respond with current state (#7029)
This PR adds new endpoints to the REST API:
`/orchestration/worker/status` and `/orchestration/worker/id`

Currently these just trigger the return of status / ids from the workers
via the redis back channel, this still needs to be handled and passed
through to the frontend.

It also adds the eventbus to each worker, and triggers a reload of those
eventbus instances when the configuration changes on the main instances.
2023-09-07 14:44:19 +02:00
..
importWorkflows fix(core): Deactivate active workflows during import (#5840) 2023-03-30 15:33:30 +02:00
import.cmd.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
reset.cmd.test.ts refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
worker.cmd.test.ts feat(core): Add commands to workers to respond with current state (#7029) 2023-09-07 14:44:19 +02:00