When scheduled Apex runs into DML limits due to a high number of records, implementing the Batchable interface is recommended. This allows the job to be broken down into smaller batches that are processed separately, thus avoiding hitting governor limits. References: * Using Batch Apex