You need to sign in to do that
Don't have an account?
sd2008
FutureRequests Request Limit exceeded question?
I have a Cronkit job scheduled to run every night, and it has been doing fine for weeks, but last night 4 of the scheduled jobs did not run, and gives a message : FutureRequests Request Limit exceeded.
What does this mean? |
You may have exceeded your limits. The limit is dependent on the number of licenses and allows a certain number of executions.
Methods with the @future annotation have the following limits:
• No more than 10 method calls per Apex invocation
• No more than 200 method calls per Salesforce license per 24 hours
Fahd