Multiple Quartz schedulers to run same job
I searched around looking for my situation but found many threads on making multiple quartz schedulers on different machines run a job once. My situation is the opposite. We have multiple web servers behind a load balancer, all are using quartz and connect to the same database. One of the jobs is to load log files from a third party app into the database. When the job is triggered only one of the web servers picks it up. I am trying to find a solution to have one scheduled job and when it is triggered all the attached web servers will pick it up and start processing the logs on that machine from this third party app.
链接地址: http://www.djcxy.com/p/23626.html上一篇: 石英调度程序中断作业?
下一篇: 多个Quartz调度器来运行相同的工作