Skip to Content
Mastering Apex Programming - Second Edition
book

Mastering Apex Programming - Second Edition

by Paul Battisson
November 2023
Intermediate to advanced content levelIntermediate to advanced
394 pages
10h 14m
English
Packt Publishing
Content preview from Mastering Apex Programming - Second Edition

10

Scheduling Apex Jobs

In this chapter, we are going to discuss how we can schedule Apex jobs to run at some pre-determined point in the future or on a regular basis. All the asynchronous processing options we have seen so far – future methods, Batch Apex, and Queueable Apex – run when resources are available after being invoked in as near to real time as possible (except for scheduled Batch Apex, which we will discuss in more detail later). We invoke our future, batch, or Queueable method, and whenever resources are available, Salesforce will process the request and execute our code.

Scheduled Apex jobs, on the other hand (including scheduled batch jobs), execute on or after a desired time as set by the developer. This could be a single time ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Apex Programming

Mastering Apex Programming

Paul Battisson
Learning Apex Programming

Learning Apex Programming

Matthew Kaufman, Michael Wicherski
MuleSoft for Salesforce Developers - Second Edition

MuleSoft for Salesforce Developers - Second Edition

Akshata Sawant, Arul Christhuraj Alphonse
Salesforce for Beginners - Second Edition

Salesforce for Beginners - Second Edition

Sharif Shaalan, Timothy Royer

Publisher Resources

ISBN: 9781837638352