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 quartz version and implement new methods in MongoDBJobStore #178

Closed Chevron94 closed 4 years ago

Chevron94 commented 4 years ago

Implementation for https://github.com/michaelklishin/quartz-mongodb/issues/157

pwojnowski commented 4 years ago

Sorry for such a delay, but I couldn't find the time to manually verify that it actually works. Could you add some tests for this code? I read that and it looks ok, but has no tests. :cry:

Chevron94 commented 4 years ago

I added test for resetTriggerFromErrorState method

pwojnowski commented 4 years ago

Great job, @Chevron94 ! :+1: Thank you very much!