Community Tip - You can change your system assigned username to something more personal in your community settings. X
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
Solved! Go to Solution.
You can temporarily put in a logger statement and check the logs.
You can also add a timestamp property and update it with the service so you know the last time it triggered
You can temporarily put in a logger statement and check the logs.
You can also add a timestamp property and update it with the service so you know the last time it triggered