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

Update README for section Error Handling in Clustered Mode #208

Open Ajku1 opened 3 years ago

Ajku1 commented 3 years ago

In the Error Handling in Clustered Mode section the property:org.quartz.jobStore.checkInErrorHandler.class does not work for me. Instead I removed the .class suffix: org.quartz.jobStore.checkInErrorHandler and I got it working.

It is maybe related to that issue: 163.