You need to sign in to do that
Don't have an account?

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?
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.
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.