Quartz plugin for Grails supported by SpringSource
26% of Grails users
Dependency :
compile ":quartz:1.0-RC7"
Summary
This plugin adds Quartz job scheduling features to Grails application.
Installation
Just execute following from your application directory:
If you're interested in the latest sources, visit GitHub project page or use
Starting from 1.0-RC3, this plugin uses Quartz 2.1.x, and no longer uses Quartz 1.8.x. If you want to use Terracotta 3.6+, this is the plugin to use. This is because the other 'quartz2' plugin doesn't use JobDetailsImpl class, which Terracotta 3.6 requires. See https://jira.terracotta.org/jira/browse/QTZ-310 for more info.
grails install-plugin quartz
git clone git://github.com/grails-plugins/grails-quartz.git
Description
Full documentation can be found here