Google sheet Report - "Exceeded maximum execution time" error

SOLVED
msosa
Getting noticed

Google sheet Report - "Exceeded maximum execution time" error

     Hello I´m testing the google sheet report and I want to get the Org-wide/Client Details report, but it seems it is too large so I get the "Exceeded maximum execution time" error..

 

    Is there some way to change that time in order to extend it and get my report?? 

 

    thank you in advance!! 

 

Regards

Mauricio.

1 ACCEPTED SOLUTION
BrechtSchamp
Kind of a big deal

I believe the max execution time for Google scripts is 6 mins. You must be hitting that. If your organization uses G suite, you can sign up for the Early Access Program and extend it (from what I read), otherwise the advice is to tweak your script to run for shorter time.

 

If you're willing to tweak the code you can look here for some tips:

https://stackoverflow.com/questions/41971806/how-can-i-increase-the-6-minute-execution-limit-in-goog...

 

https://stackoverflow.com/questions/38665061/google-script-exceeded-maximum-execution-time

 

https://stackoverflow.com/questions/7854573/exceeded-maximum-execution-time-in-google-apps-script

View solution in original post

1 REPLY 1
BrechtSchamp
Kind of a big deal

I believe the max execution time for Google scripts is 6 mins. You must be hitting that. If your organization uses G suite, you can sign up for the Early Access Program and extend it (from what I read), otherwise the advice is to tweak your script to run for shorter time.

 

If you're willing to tweak the code you can look here for some tips:

https://stackoverflow.com/questions/41971806/how-can-i-increase-the-6-minute-execution-limit-in-goog...

 

https://stackoverflow.com/questions/38665061/google-script-exceeded-maximum-execution-time

 

https://stackoverflow.com/questions/7854573/exceeded-maximum-execution-time-in-google-apps-script

Get notified when there are additional replies to this discussion.