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 

Question: FutureRequests Request Limit exceeded ?

I have 5 scheduled job use CronKitBatchTrigger, it calls a webservice everynight.

It used to work fine everyday, but since last 2 weeks, 4 of the 5 jobs always got this problem:

 

"cronKitBatchTrigger: execution of BeforeUpdate

 

caused by: System.AsyncException: Rate Limiting Exception : FutureRequests Request Limit exceeded."

 

I did not change anything in the code, any ideas?

aalbertaalbert

There is a limit to the # of @future calls you can make in a 24 hour period. More info here

 

You can see the requests under Setup -> Administration Setup -> Monitoring -> Apex Jobs. This will show all the recent @future requests. 

 

 

sd2008sd2008

I checked and there are only 6 outcalls during 5/4/2009 the single day

and 4 of the 5 jobs still failed to lunch.