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

Add the missing setter for the job timeout property #67

Closed illyr closed 10 years ago

illyr commented 10 years ago

I need this property to be configurable via the quartz.properties -> the setter is just missing

(probably usefull too to update documentation about available MongoJobStore properties: org.quartz.jobStore.jobTimeoutMillis=3600000 )

Notes others like "org.quartz.jobStore.jobTimeoutMillis" are missing too

illyr commented 10 years ago

Let me know when it is redeployed (http://clojars.org/repo)

michaelklishin commented 10 years ago

1.7.0 is up on clojars.

illyr commented 10 years ago

Thank you!