Where can I find details about OOTB Scheduled Jobs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 09:00 PM
I'm performing research regarding the out of the box Scheduled Jobs for our instance. There are a lot of jobs that are set to run which our team suspects may not be needed or could run less frequently in order to produce less of a load on our instance. ServiceNow doesn't seem to provide any documentation for debugging or understanding any of these jobs.
Does anyone have details regarding Scheduled Jobs?
Thanks!
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 09:06 PM
Hi,
there is no documentation around that.
you can check those in scheduled jobs table sysauto & check which one are created by admin and are older ones
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 01:55 AM
Hi Vivin
The out of the box Scheduled Jobs are can be find by comparing the records with names with OOB as all jobs are not created by admin.
Best way is to export the sys_id from new OOB instance and filter with sys_ids in the required instance.
Please mark helpful if it resolves the issue!