Keyword:salesforce Apex Batch Governor
解决Salesforce上的Batch限制问题
通过Schedulable来调整每次登陆的数量,进而规避Salesforce的限制。
例如:
global class doUpsertStudentBatch implements Schedulable {
//每次ExecuteMethod处理的件数设定
private final Integer BATCH_SIZE = 100;
//Batch