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
sd2008sd2008 

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?

 
falfadlifalfadli

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