Is there a way to verify if my scheduled job is running as per the schedule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 01:06 AM - edited 01-15-2025 01:17 AM
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?)
I checked in 'syslog_transaction' table, 'sys_scheduler_job_history' etc, no where I could find the job execution history details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2025 06:17 AM
did you got it? I'm also facing same problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2025 09:48 PM
@jindeupesh8 No
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
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.