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
Michael Haddad.ax365Michael Haddad.ax365 

Time limit exceeded Your request exceeded the time limit for processing.

Hi

I'm getting this error "Time Limit Exceeded.  Your request exceeded the time limit for processing."
in one of my VisualForce pages when executing a method in my controller.  It does not happen every time and I'm not sure I can notice a pattern.  I don't see any information on time limits in the Apex Developer's Guide.  Any idea what's going on here?

Thanks!

Michael

Michael Haddad.ax365Michael Haddad.ax365
I'm still getting this error from time to time.  I would appreciate a response from Salesforce.  Any advice?
Michael Haddad.ax365Michael Haddad.ax365
Could someone at Salesforce please contact me about this error?

Thanks, Michael
mikeHendymikeHendy
I am also experiencing this error, any idea what could be the cause? I also couldn't find any documentation on this error in the Dev Guide.
imAkashGargimAkashGarg

Any help from Salesforce side?

 

I am too facing the same problem, while generating a VF page.

i have limited th query to 100 records and also added the time filters. Still i am getting this error

imAkashGargimAkashGarg

There was a issue with the SOQL query. The query was taking a longer time to execute and when it was crossing 120 seconds, it was giving time out error. i had to use some index fields in my query to narrow the query range. it worked for me.