Quartz plugin for Grails supported by SpringSource

  • Tags : utility, scheduling, jobs
  • Latest : 1.0-RC7
  • Last Updated: 22 April 2013
  • Grails version : 1.2 > *
42 votes

26% of Grails users

Dependency :
compile ":quartz:1.0-RC7"

Documentation Source Issues

Summary

This plugin adds Quartz job scheduling features to Grails application.

Installation

Just execute following from your application directory:
grails install-plugin quartz

If you're interested in the latest sources, visit GitHub project page or use

git clone git://github.com/grails-plugins/grails-quartz.git

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.

Description

Full documentation can be found here