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

Fix pause and resume of multiple triggers #102

Closed slawomirsepiol closed 9 years ago

slawomirsepiol commented 9 years ago

updateOne calls replaced with updateMany where necessary. test-pause-all-triggers now checks if every trigger is paused/resumed, instead of just one.