Re: Quartz resuming outdated trigger after becoming master

2018-12-03 Thread Claus Ibsen
Hi Afair quartz has a bunch of options you can use to configure how it should take action on mis-fired jobs when starting up etc. Its not trivial to find the right setup, but I suggest to look at the documentation in both camel quartz and also quartz itself. On Tue, Nov 13, 2018 at 11:08 AM Dennis

Quartz resuming outdated trigger after becoming master

2018-11-13 Thread Dennis Holunder
Hello, I have 2 instances of the route which are using zookeeper to make sure that only one instance is doing the job at 11:15am. Yesterday instance1 started but not fully completed the job and today after the restart of instance1, instance2 became the master and resumed the job from yesterday. Is