2 Replies Latest reply on Aug 6, 2013 4:28 AM by synclpz

    Clustered scheduler service on SwitchYard

    synclpz

      Could anyone propose the way the scheduled service execution could be implemented in SY running in a cluster?

       

      Existing quartz service bindning allows execution of service via specified scheduling expression, but if I run cluster of several SY servers I got this service executed on each node at a given time. I have a need for "clustered" quartz so the service is executed only on one cluster node (e.g. with round-robin behaviour) and the outages of SY node should be detected automatically to allow service to be run on different node if, say, "master" fails...

       

      Any suggestions to implement this via existing tools? Or I should just write my own clustered implementation for quartz?