Hello,
Actualy i dont know if this has been asked before, but is there any way to re-schedule a job after a JobExcecutionException?
i have a job that runs everyday at 7:00, but sometimes the server is down, or the data is not ready, so i want the job to wait 5 min before its runs again, in either cases it throws an exception, and i catch the Exception and throws an JobExecutionException with the RefireImmediately to true, is there a way to make the job wait x time before it will be refired ?
Tks in advance
|