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 this expected behavior to resume outdated cron expressions? I thought it would compute the next run and not use the previous one.
2018-11-13 09:49:28,248 INFO o.a.c.c.z.p.MasterRoutePolicy: Elected as master. Starting consumer: quartz2://job/all?cron=0+15+11+%3F+*+MON-FRI 2018-11-13 09:49:28,248 INFO [pool-3-thread-1] o.a.c.c.q.QuartzEndpoint: Resuming trigger job.all 2018-11-13 09:49:28,250 INFO [pool-3-thread-1] o.a.c.c.z.p.MasterRoutePolicy: Elected as master. Consumer started: quartz2://job/all?cron=0+15+11+%3F+*+MON-FRI 2018-11-13 09:49:28,259 INFO [DefaultQuartzScheduler-camel-1_Worker-4] leader-selection: Started route quartz2://job/all?cron=0+15+11+?+*+MON-FRI Kind regards, Den