Deepak_Kumar
6 months agoIdeator I
How to check my schedular is running?
Hi,
I have a method that need to run via schedular on every 1 minute. I need to check and hold the schedular until previous trigger (schedular execution) got completed.
if the previous schedular execution is in process then we got error for next trigger, i.e. SQL transection error.
Please suggest how to overcome this situation. I do not want to increase the schedular frequency.
Thanks in Advance
Deepak