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

 

4 REPLIES 4

sanketpatil09
Tera Guru

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.

@sanketpatil09 I could not find that module at all -> Scheduled Job Logs under System Logs

Can you give the table name?

Suggy
Giga Sage

Anyone?

Suggy
Giga Sage

Anyone?