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?

dev_forcedev_force

Sounds like you are either issuing too many callouts or calling too many methods marked with the 'future' annotation.

 

 

sd2008sd2008

How many is too many?

 

each job runs at different time.

jeffdonthemicjeffdonthemic

"Salesforce also imposes an organization-wide limit of 200 method calls with the future annotation per license per 24 hours."

 

See this page on governor limits: Link

 

 

Vote for my Idea: Enhanced Apex Testing Functionality (JUnit) Link

 

Jeff Douglas

Informa Plc

http://blog.jeffdouglas.com

dev_forcedev_force

See page 154 of the apex language reference

 

www.salesforce.com/us/developer/docs/apexcode/salesforce_apex_language_reference.pdf