Spring schedulers in a load balanced environment

Posted by rabbit on Stack Overflow See other posts from Stack Overflow or by rabbit
Published on 2010-04-11T07:48:39Z Indexed on 2010/04/11 7:53 UTC
Read the original article Hit count: 190

Filed under:
|

Hi, I have multiple quartz cron jobs in a load balanced environment. Currently these jobs are running on each node, which is not desirable. I want a node to run only a particular scheduler and if the node crashes, another node should run the scheduler intended for the node that crashed. How can this be done with spring 2.5.6/tomcat load balancer.

© Stack Overflow or respective owner

Related posts about quartz

Related posts about loadbalancing