PDA

View Full Version : killing quartz job



miroconnect@yahoo.com
Jan 12th, 2010, 02:54 PM
Is ther a way I can stop quartz job , I have a job which based on data goes on for hours, If the data is too large it fetches them in batch processes them , I want to kill the job after some time can I do that ? I want to kill the job after 6:00 am can I do this ?

sslavic
Jan 13th, 2010, 03:27 AM
Couldn't job after each batch check if it is past 6:00am, and if so just, return?

miroconnect@yahoo.com
Jan 13th, 2010, 09:42 AM
Couldn't job after each batch check if it is past 6:00am, and if so just, return?


sure I can do that but wondering if quartz has something inbuilt ?