Hi,
I am working on job scheduling with Spring Batch 2.1.8 along quartz scheduler1.8
I need to create jobs dynamically through UI by specifying the date/frequency of job/ jobtimeout.
I am able to create the jobs dynamically but stuck at timeout implementation to these jobs.
Could not find any articles/tutorials about implementing timeout to jobs which stops the job with appropriate statuses at job execution and step execution.
Any guideline will be really helpful to me as I do need to deliver this in next 2/3 days.
Thanks in advance.


Reply With Quote
roperty name="jobClass" value="com.org.scheduler.quartz.MyQuartzJob" />