Post event in multi server environment

When we post event in matomo like:
Piwik::postEvent(‘plugin.event’, ‘’);
would all the matomo instances in the load balanced multi-server environment be able to listen to this event?
In my use case, I want to listen to an event and refresh the js files in local filesystem in all servers.