A
A
Ayan Bai2015-06-10 14:11:16
Google
Ayan Bai, 2015-06-10 14:11:16

How to avoid a 6 minute timeout when developing an add-on?

I sometimes have this problem. I load data from external sources, there are a lot of them, and my code runs for more than 6 minutes, which contradicts the requirements of the google apps script.
How to bypass this moment when such methods as UrlFetch are executed?
List of limits
https://developers.google.com/apps-script/guides/s...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2015-06-11
@wolf47

Hello.
No way.
Script runtime 6 min / execution and add Triggers total runtime 1 hr / day to them, and also URL Fetch data received 50MB / day (although it's not clear what you are pulling in there). You need to have your own server.
It is also possible that the application logic suffers.
Sincerely.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question