Is there a way to verify if my scheduled job is running as per the schedule?

Suggy
Giga Sage

I have created a scheduled job to run every 5 mins

Is there a way to verify if my scheduled job is running as per the schedule (like every 5 mins?)

5min.png

I checked in 'syslog_transaction' table, 'sys_scheduler_job_history' etc, no where I could find the job execution history details.

Suggy_0-1736932566559.png

Suggy_2-1736932634333.png

 

8 REPLIES 8

did you got it? I'm also facing same problem

 

Suggy
Giga Sage

PatrickW7372402
Tera Contributor

While it is running, check:

System Diagnostics -> Active Transactions (All nodes)

The URL field will start with: System Trigger-{name of your scheduled job}

Type will be scheduler

Foreground = false.

 

Hope this helps!

svirkar420
Kilo Sage

Hi @Suggy , Here you can try this add 'gs.log('log statement)' in the schedule job script. And check for those logs into the 'syslog' table, You can check your log by filtering the records.

 

If this response helps you mark it as accepted solution and give it a thumbs up 👍. This help me and community to find answers quickly.

Best Regards,

Saurabh V.