n8n/packages/cli/test/integration/commands
Michael Auerswald 4b014286cf
fix(core): Make senderId required for all command messages (#7252)
all commands sent between main instance and workers need to contain a
server id to prevent senders from reacting to their own messages,
causing loops

this PR makes sure all sent messages contain a sender id by default as
part of constructing a sending redis client.

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-09-26 13:58:06 +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): Implement soft-deletions for executions (#7092) 2023-09-20 15:21:42 +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 fix(core): Make senderId required for all command messages (#7252) 2023-09-26 13:58:06 +02:00