mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00:00
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> |
||
|---|---|---|
| .. | ||
| cache-mock.service.test.ts | ||
| cache.service.test.ts | ||
| communityPackage.service.test.ts | ||
| events.service.test.ts | ||
| jwt.service.test.ts | ||
| orchestration.service.test.ts | ||
| ownership.service.test.ts | ||
| redis.service.test.ts | ||
| role.service.test.ts | ||
| webhook.service.test.ts | ||