Any specifications/docs around optimization of Google Apps Script, to avoid timeouts and "hangs"

Posted by BruceM on Stack Overflow See other posts from Stack Overflow or by BruceM
Published on 2012-04-14T17:26:12Z Indexed on 2012/04/14 17:28 UTC
Read the original article Hit count: 387

Filed under:

From my experience so far, it seems that if you write a script that makes lots of expensive calls close together, the functionality just "hangs", or you get inconsistent responses, and have to refresh the browser because sheets stop updating etc.

Are there any docs or specs that clarify this, as releasing an app fr real-world use is not possible if users can expect it to work most of the time, and produce random results every now and then...

© Stack Overflow or respective owner

Related posts about google-apps-script