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

Cluster support? #39

Closed killme2008 closed 11 years ago

killme2008 commented 11 years ago

The jdbc JobStore supports cluster, i found that the mongodb JobStore implementation isClustered always return true.Is it supports quartz cluster?

michaelklishin commented 11 years ago

No, clustering is not supported. isClustered should be changed to return false.