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

Support @DisallowConcurrentModification. Support multiple trigger on on... #53

Closed lordbuddha closed 10 years ago

lordbuddha commented 10 years ago

This update fixes/addresses the following issues

https://github.com/michaelklishin/quartz-mongodb/issues/1 https://github.com/michaelklishin/quartz-mongodb/issues/51 https://github.com/michaelklishin/quartz-mongodb/issues/52

And adds to the fix already in place for

https://github.com/michaelklishin/quartz-mongodb/issues/48

In addition it also overrides the use JOURNAL_SAFE with FSYNCED when writing lock records to the DB.

lordbuddha commented 10 years ago

Ooops, was I meant to close that... Reopening and will let you close ....