Batch Apex can run long-running processes that run on thousands of records on the Lightning Platform. Batch Apex operates over small batches of records, covering your entire record set and breaking the processing down to manageable chunks. Batch jobs can also be programmatically scheduled to run at specific times using the Apex scheduler, or scheduled…