cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

how to check schedular is running or not

Ru
14-Alexandrite
14-Alexandrite

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

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:Ru)

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

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:Ru)

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

Top Tags