AEM Cloud: is scheduler run on each instance?
I have found relatively little info about schedulers in AEM, but I understand you can schedule them like cron jobs, e.g. run every 5 mins.
With AEM cloud, Adobe take care of spinning up additional instances as required by load.
In this case, will multiple copies of each scheduler be run? Or does AEMN have some kind of master and slave schedule service, so each scheduler only runs once?
The same question applies to ehcache - does each publish instance get its own copy of the cache?

