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

Support MongoClient initialization with a URI #140

Closed hakansakalli closed 7 years ago

hakansakalli commented 7 years ago

Mongo configuration : Mongodb URI connection Doc

org.quartz.jobStore.mongoUri=mongodb://username:password@host_1:27017,host_2:27017,host_3:27017/database_name?replicaSet=name_replicaset
michaelklishin commented 7 years ago

OK, after reviewing our tests it indeed appears that there's no obvious way to hook a basic test into without a separate quartz.properties file. So considering it good enough for now.

michaelklishin commented 7 years ago

I reverted it because CI failures are legit and can be reproduced locally.