how to check schedular is running or not
I have one postgre script and I want to Triger that script in every 8 hours. I create one scheduler and set the scheduler time for 1 min and call the postgre script on scheduler service now I want to check the script is running in every 1 min or not.
please help me with this issue

