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

Fix for Issue #27 #29

Closed chrismyang closed 11 years ago

chrismyang commented 11 years ago

Fix for Issue #27: Removing next fire time and previous fire time as part of the (unique) index on the trigger collection. Because these values are always changing (as the triggers update) this caused a bug where new triggers kept getting inserted, rather than updated.

michaelklishin commented 11 years ago

Thank you!

michaelklishin commented 11 years ago

I'd appreciate if you could update ChangeLog.md as well, or I can do it myself later.