-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: QZMGDB-2.0.0-NX2
-
Component/s: Quartz-MongoDB
Currently if quartz-mongodb fails to contact the MongoDB server, it stop the whole JVM. This is unacceptable.
In the context of Nuxeo it's all right to have duplicate runs of tasks, so we may ignore the error and let the executor retry.
See upstream issue: https://github.com/michaelklishin/quartz-mongodb/issues/147