- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/38665061/google-script-exceeded-maximum-execution-time
https://stackoverflow.com/questions/7854573/exceeded-maximum-execution-time-in-google-apps-script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/38665061/google-script-exceeded-maximum-execution-time
https://stackoverflow.com/questions/7854573/exceeded-maximum-execution-time-in-google-apps-script
