Periodic Task in Grails -
I want to run a periodic task within a Grails application. Can someone recommend the best practice to do this?
I would recommend, here is a summary of the site:
Quartz Plugin allows your Grails application to schedule tasks using a specified interval or cron expression. Built-in system uses quartz enterprise job scheduler through spring, but it is simplified by coding by conference paradigm.
Comments
Post a Comment