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

Set ERROR state for trigger without existing job. #137

Closed gmiejski closed 7 years ago

gmiejski commented 7 years ago

Similar to what we can see here: https://github.com/quartz-scheduler/quartz/blob/5cc9a44ab96ad5a3591d9d77472ff6620d85456c/quartz-core/src/main/java/org/quartz/impl/jdbcjobstore/JobStoreSupport.java#L2822

Plus added extra logging, because people can not be aware of such situations.