Is this really the case in Spring Batch?
Wat if I want to start a JobInstance of a Job every hour, but it takes two hours for each JobInstance to finish its execution.
When I start the JobInstance at 2 P.M, the JobInstance of 1 P.M. will still be running. So occurding to the statement this second JobInstance can start.
Is it not possible to have JobInstances of the same Job running at the same time ?


Reply With Quote