| Author |
Making quartz job persistent
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8845
|
|
|
Is it possible to make quartz job persistent. We run daily jobs but sometime is the server is down at the time of trigger the jobs do not run. Is it possible to make jobs persistent so that it runs when the server starts up next time
|
Groovy
|
 |
Peter Ledbrook
author
Greenhorn
Joined: Jul 15, 2009
Posts: 25
|
|
Check out the Quartz plugin documentation under "Configuring the plugin":
http://www.grails.org/Quartz+plugin
It's also covered in Grails in Action, section 12.4.3
Cheers,
Peter
|
 |
 |
|
|
subject: Making quartz job persistent
|
|
|