Hello Gurus,
I have a batch job which ideally runs for close to 90 minutes. I want to run this multiple times a day. So, I have scheduled it to run once in every two hours. It starts at 12 AM and then gets triggered at 2 AM and then at 4 AM and so on.
The problem here is, sometimes, job is tending to run more than 90 minutes and once in a while it is crossing 120 minutes. Job would get stuck at such situations where it is taking more than 120 minutes.
Is there a way to schedule this job to run as soon as it completes it's previous run. May be like as soon as job completes, wait for 5 minutes and then start again.
Thanks,
Raviteja