Scheduled Apex jobs in Salesforce remain in Queued status on the Apex Jobs page even after they have executed, which can cause confusion for administrators expecting the status to change after execution. This article explains why scheduled jobs retain Queued status by design, the difference between the Apex Jobs page and the Scheduled Jobs page, and how to properly abort or delete scheduled jobs.
Scheduled Apex jobs are designed to remain in Queued status until their NextFireTime is set to null — meaning no future scheduled execution remains. This behavior is intentional and does not indicate the job is stuck or failing.
Scheduled jobs appear on both the Apex Jobs page and the Scheduled Jobs page. On the Apex Jobs page, the status displays as Queued. When the job has no future NextFireTime, the AsyncApexJob record is marked Completed. If the job is aborted, the AsyncApexJob row is marked Aborted.
A job that recurs indefinitely will never be marked Completed on the Apex Jobs page. It will only be marked Completed if the execute() method sets the NextFireTime to null after the last execution. One-time jobs that have no further scheduled execution will eventually show as Completed.
Scheduled jobs cannot be aborted from the Apex Jobs page. Use the Scheduled Jobs page in Setup to manage, pause, or delete scheduled jobs.
Even though a scheduled job appears on both the Apex Jobs and Scheduled Jobs pages, it counts only once against the asynchronous Apex execution limit.
000383866

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.