简体   繁体   中英

How to automate batch script for google app script

I have multiple sheets and need to run scripts for more than 6 minutes. I have split the function such that each function call take less than 5 minutes. I have come across the blog http://patt0.blogspot.in/2014/08/continuous-batch-library-update-for.html to get around the 5-6 minute timeout. But I read in the same blog that userproperties service is deprecated now. Is there any update or any other way to accomplish the objective?

Instead of userproperties, use the Properties service now (the 'successor' of the depreciated userproperties and scriptproperties). It is even mentioned in the article you referred to. Documentation: here and: here

http://ramblings.mcpher.com/Home/excelquirks/parallel + Bruce McPherson是您讨论该主题的人。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM