guysqr/node-red-ha-on-aws

How do the instances synchronise changes to flows, ...?

Closed this issue · 4 comments

Your approach looks promising. However, I'm wondering how state gets synchronized between the instances. For example, what happens when a user saves a new version of a flow. How does the other EC2 instance notice that change to make sure it fetches the data again from EFS?

Thanks a lot for your help, @guysqr. Could you please point me to the code which triggers the reload? I'm trying to understand how this works in detail.

Thanks a lot @guysqr.