Definition
Scheduled Jobs is a Setup page that displays all jobs scheduled to run at specific times, including scheduled Apex classes, scheduled Flows, scheduled reports, scheduled dashboards, and scheduled analytics. Administrators can view the schedule, next execution time, and status of each job.
Real-World Example
The admin at Forge Dynamics opens Scheduled Jobs and reviews the 12 scheduled jobs in the org. She sees that a data cleanup Apex job runs nightly at 2 AM, a pipeline report emails the VP of Sales every Monday at 8 AM, and a lead assignment Flow runs every hour. She reschedules the data cleanup to 4 AM to avoid conflicting with the nightly backup.
Why Scheduled Jobs Matters
Scheduled Jobs is a Setup page in Salesforce that provides administrators with a centralized view of all jobs scheduled to execute at specific times. This includes scheduled Apex classes, scheduled Flows, scheduled report deliveries, scheduled dashboards, and analytics snapshots. The page shows each job's name, next scheduled execution time, frequency, and the user who scheduled it. This visibility is critical because without it, administrators would have no way to know what automated processes are running behind the scenes, when they run, or whether they conflict with each other.
As orgs grow and automation proliferates, the Scheduled Jobs page becomes an essential monitoring tool. A mature org can easily accumulate 20 or more scheduled jobs, each competing for system resources. Conflicts occur when multiple resource-intensive jobs run simultaneously, potentially hitting governor limits or degrading performance. Administrators who regularly review Scheduled Jobs can identify overlapping execution windows, remove orphaned jobs from deleted processes, and reschedule heavy operations to off-peak hours. Neglecting this page often leads to mysterious failures, missed automations, and difficult-to-diagnose performance issues.
How Organizations Use Scheduled Jobs
- Forge Dynamics — The admin at Forge Dynamics uses the Scheduled Jobs page to audit all 12 scheduled jobs in the org. She discovers that a nightly data cleanup Apex job at 2 AM conflicts with the org's backup window, so she reschedules it to 4 AM. She also finds an orphaned scheduled job from a deactivated Flow and removes it to free up the job queue.
- Clearwater Analytics — After a production deployment at Clearwater Analytics, the release manager checks Scheduled Jobs to verify that the new nightly ETL Apex job was properly scheduled. She confirms it appears in the list with the correct cron expression for 1 AM daily and validates that it will not collide with the existing 1:30 AM report refresh.
- Summit Retail Group — The IT director at Summit Retail reviews Scheduled Jobs quarterly and discovers that over time, 8 redundant scheduled reports were created by different managers. He consolidates them into 3 master reports with proper scheduling, reducing system load and eliminating confusion about which report is the source of truth.