I have approximately 5 servers. I want to run an identical Spring / Tomcat application on each machine.
I also need a separate task that will be performed every ten minutes. It should work only on one of the machines. I need some kind of election protocol or other similar solution.
Does Spring or quartz have any built-in distributed cron solution, or do I need to implement something?
spring quartz-scheduler
Brandon yarbrough
source share