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
249 stars 203 forks source link

Scheduler cannot remove own expired lock #201

Closed arulrajnet closed 4 years ago

arulrajnet commented 4 years ago
Schedular Trigger Timeout isTriggerLockExpired
ALIVE Yes TRUE
ALIVE No FALSE
DEAD Yes TRUE
DEAD No TRUE

Fix of #196

michaelklishin commented 4 years ago

The "OR" condition makes more sense, thanks.

michaelklishin commented 4 years ago

@arulrajnet if you are interested, I would be happy to add you as a collaborator for this repo. WDYT?

arulrajnet commented 4 years ago

@michaelklishin Yes I am interested.

michaelklishin commented 4 years ago

@arulrajnet invite sent!