Activity Forums Salesforce® Discussions Is there any governor limits for batch apex executions?

  • Utsav

    Member
    June 13, 2016 at 7:33 am

    Hi Suyash

    Salesforce has governor limits everywhere

    In apex batch you have generally maximum batch classes processing parallely. You can have all those limits based on you org edition. Most of the time it is 5.

    You can use Queueable Interface to cope it up. With async. queable interface you can make sure your batch will run whenever resources become available.

    Thanks

     

  • Surbhi

    Member
    June 13, 2016 at 8:37 am

    Hi Suyash,

    A few governor limits for batch apex executions are :

    1. Batch executions are limited to 10 callouts per method execution.
    2. The maximum number of batch executions is 250,000 per 24 hours.

    Thanks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos