Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 839 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 839 Bytes

Job scheduling via Quartz

Plugin page: http://artifacts.griffon-framework.org/plugin/quartz

The Quartz plugin allows your Griffon application to schedule jobs to be executed using a specified interval or cron expression. The underlying system uses the Quartz Enterprise Job Scheduler configured via Spring, but is made simpler by the coding by convention paradigm. This is a direct port of the Quartz for Grails. Original plugin made by Sergey Nebolsin.

Usage

This plugin provides the same features as it Grails counterpart except GORM integration.

Scripts

  • create-job - creates a new Job class in griffon-app/jobs