Skip to main content
14-Alexandrite
December 14, 2022
Solved

how to check schedular is running or not

  • December 14, 2022
  • 1 reply
  • 863 views

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

Best answer by PaiChung

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

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
December 16, 2022

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