function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
APN09217013342392059APN09217013342392059 

batch apex governer limit and managed package

if a certified managed package initiates batch apex, does it come under governer limits of native org for batch apex?

e.g. per documentation,
The maximum number of asynchronous Apex method executions (batch Apex, future methods, Queueable Apex, and scheduled Apex) per a 24-hour period
= 250,000 or the number of user licenses in your organization multiplied by 200, whichever is greater

Does this include batch apex initiated by managed package ? or does managed package gets a separate limit for batch apex?

I know from the documentation that managed package has separate number of DML and SOQL execution limit
per transaction.

https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm#certified_pkg_limits_section

I was wondering what the behavior is for batch apex.
ShashankShashank (Salesforce Developers) 
Referencing your stack exchange post as it is answered: http://salesforce.stackexchange.com/questions/69265/batch-apex-governor-limit-and-managed-package