0

In the documentation for developers (here) written about this error
Service using too much computer time for one day
that

This indicates that the script exceeded the total allowable execution time for one day. It most commonly occurs for scripts that run on a trigger, which have a lower daily limit than scripts executed manually.

And there is a daily limit for triggers total runtime (1hr for basic account). But where can I get the limitation for manual executed script?

Karen Fisher
  • 747
  • 1
  • 8
  • 25

3 Answers3

0

I'm pretty sure the limit is the same regardless of whether the script is manually executed or executed from a trigger; the limit is simply applied to your account, however you run the script.

Andrew Roberts
  • 2,720
  • 1
  • 14
  • 26
  • Despite this part? - **which have a lower daily limit than scripts executed manually.** – Karen Fisher Feb 14 '16 at 13:29
  • You right, sorry, missed that bit. Looking at the quotas page it doesn't talk about a limit for script executed manually. I wonder if there is a limit - we need someone to spend all day manually running a script every 6 mins! – Andrew Roberts Feb 17 '16 at 20:57
0

As mentioned here: "Daily quotas are refreshed at the end of a 24-hour window; the exact time of this refresh, however, varies between users." I don't think Google publicly announces exactly what you get.

Sujay Phadke
  • 2,145
  • 1
  • 22
  • 41
0

I run script on the sidebar that request calculation on the server side which stops after 300 seconds and the sidebar starts it again. This engine worked more than 12 hours without any fails. So, I suppose that there is no any limit for 'manually' executed scripts.

Karen Fisher
  • 747
  • 1
  • 8
  • 25