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
248 stars 203 forks source link

Grails 3 #130

Closed yoann-trouillet closed 7 years ago

yoann-trouillet commented 7 years ago

Hi Michael,

I have been reading this post http://blog.klarshift.de/2015/05/23/use-mongodb-as-storage-for-your-quartz2-in-grails/

I was wondering if you know of any issues or examples using mongodb backed quartz with Grails 3.1.X (Quartz is baked in Grails 3)

Thanks for your time.

michaelklishin commented 7 years ago

I'm not aware of any examples but also don't think there'd be anything Grails-specific. Just use this Quartz plugin as you would in any other JVM-based project.