Activity Forums Salesforce® Discussions What is the governor limit for batch Apex in Salesforce?

  • What is the governor limit for batch Apex in Salesforce?

    Posted by Anjali on February 28, 2020 at 12:59 pm

    What is the governor limit for batch Apex in Salesforce?

    • This discussion was modified 4 years, 9 months ago by  Anjali.
    Shweta replied 4 years, 9 months ago 2 Members · 1 Reply
  • 1 Reply
  • Shweta

    Member
    February 28, 2020 at 1:02 pm

    Governor limits for batch Apex:

    • Only one batch Apex job’s start method can run at a run time.
    • Up to 5 queued or active batch jobs are allowed for the apex.
    • The maximum number of batch apex method executions per a 24 hour period is 2,50,000.
    • The batch apex start method can have up to 15 query cursors open at a time per user.
    • A maximum 0f 50 million records can be returned in the Database.QueryLocator object.
    • The Start, Execute and Finish method can implement up to 10 callouts each.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos