Activity Forums Salesforce® Discussions What are the limitation of Salesforce apex scheduler?

  • Anurag

    Member
    July 19, 2018 at 3:21 pm

    Hii Anjali,

    One of the limitations of Apex Scheduler is that we can only have 100 scheduled Apex jobs at one time. We must use extreme care if we are planning to schedule a class from a trigger. We must be able to guarantee that the trigger won’t add more scheduled classes than the limit. In particular, consider API bulk updates, import wizards, mass record changes through the user interface, and all cases where more than one record can be updated at a time.

  • Parul

    Member
    September 23, 2018 at 8:47 am

    While creating a record, job must be scheduled but, If i schedule more than 100 jobs (i.e., create more than 100 records manually) of type schedule apex i am getting You have exceeded the maximum number (100) of Apex scheduled jobs. In this case scheduling itself is a problem . And i've gone through the concept flexiqueue but it is not available in current version.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos