grails / grails-quartz

This project provides integration of the Quartz scheduling framework into the Grails Framework
http://grails.org/plugin/quartz
Apache License 2.0
76 stars 90 forks source link

Plugin Prevents application to startup with a job in past date #112

Open rodolfosaraiva opened 4 years ago

rodolfosaraiva commented 4 years ago

Hi,

When i have a job schedule to past date, the plugins get an Exception:

Caused by: org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.
        at org.quartz.core.QuartzScheduler.rescheduleJob(QuartzScheduler.java:1142)
        at org.quartz.impl.StdScheduler.rescheduleJob(StdScheduler.java:321)

it's right, but this Exception prevents my application to startup.

It's possible to get only a error log? without Exception