n8n/packages/cli/src/eventbus
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
..
EventMessageClasses refactor(core): Move event and telemetry handling into workers in queue mode (#7138) 2023-09-14 07:58:15 +02:00
MessageEventBus fix(core): Make senderId required for all command messages (#7252) 2023-09-26 13:58:06 +02:00
MessageEventBusDestination feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
MessageEventBusWriter fix(core): Make senderId required for all command messages (#7252) 2023-09-26 13:58:06 +02:00
middleware fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
eventBus.controller.ee.ts fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
eventBus.controller.ts fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
index.ts refactor: Revert "refactor(core): Use typedi to manage EventBus singletons (#5795)" (no-changelog) (#5825) 2023-03-30 09:59:04 +02:00