quartz scheduling when server is down

View: New views
2 Messages — Rating Filter:   Alert me  

quartz scheduling when server is down

by prec1009-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I am using quartz to schedule tasks. The task is to generate report at the schedule time. Now it is desired that if the server is down during the time a report was scheduled, report should be generated the next time the server is up. E.g if a report was scheduled for 2:30 AM and, for some reason, the server is down at 2:30AM, then the report should be generated next time the server comes up.

Has any one worked on this before. Kindly provide me with a solution.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=392185&messageID=479124#479124


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: quartz scheduling when server is down

by prec1009-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There are "Misfire" instructions associated with your trigger. Check the docs for the trigger you are using (Simple, Cron, etc.) for the valid misfire instructions.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=392185&messageID=479531#479531


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...