Reputation: 163
I have implemented a simple behaviour that is executed every time a node with a given aspect is updated.
It works well in my development environment (community with a single node).
I am wondering what would happen if someone installs my module in a clustered environment.
Will the behaviour be executed on each node of the cluster or only in the node that executed the change?
Upvotes: 1
Views: 66
Reputation: 10538
Behaviors are only executed on the node in the cluster that handled the change.
Upvotes: 3