michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

Update TriggerRunner.java #194

Closed parashivamurthykr closed 4 years ago

parashivamurthykr commented 4 years ago

quartz no longer relock when lock expires and does not execute job when TriggerAndJobPersister.storeTrigger unable to connect mongo for a moment https://github.com/michaelklishin/quartz-mongodb/issues/192

As we are not handling MongoException after trigger lock(Mongo down for a moment where checkin task is able to access mongo). That lock can not be relocked or expired . https://github.com/michaelklishin/quartz-mongodb/issues/114#issuecomment-366423026