Hi,
I have a batch job that is schedule to run around every 1 hour and it takes around 45-60 mins to complete the batch job execution.
Q : Sometimes the batch job fails and there is no error details in the batch job history ,Can this be because sometimes the batch job execution overlaps the previous ones.
And in case it overlaps then will it fail or wait for the previous batch execution to first get completed and then will ran.
eg. lets say the batch is schedule to ran at 4,5,6, So it started at 4 and completed at 4.50
At 5 again the job execution started but this time it took 70 mins. and completed at 6.10
so now will the job scheduled at 6 will start at 6 or it will start at 6.11 ?
Note : This batch extends RunBaseBatch. Let me know if there will be diff results for sysoperationframework.
Thanks,
VK