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
01-15-2025 02:22 AM
To verify if your scheduled job is running every 5 minutes, check the Scheduled Job Logs under System Logs in ServiceNow, where you'll see the execution timestamps. You can also go to System Scheduler > Scheduled Jobs and check the Next action field to confirm the next scheduled run. Look for consistent 5-minute intervals between executions. Additionally, you can add logging in your script (e.g., gs.info() statements) to track when the job starts. If needed, temporarily set the schedule to a shorter interval, like 1 minute, for testing and monitor the logs to ensure it runs as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 02:49 AM
@sanketpatil09 I could not find that module at all -> Scheduled Job Logs under System Logs
Can you give the table name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 05:30 AM
Anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 06:14 AM
Anyone?