I have a function that is triggered every hour by the built in triggers in Google App Script.
it works perfectly but it just threw this error
"Exception: Service Spreadsheets failed while accessing document with id "
i haven't changed anything in the code though so i don't really know what could be causing this. it has been working for days with no problem, so this was a surprise.
I thought this might have something to do with the time restrictions from Google. 6 minutes is the limit if i remember correctly.
I have around 5 more functions that get triggered independently by different triggers every hour. Each of those functions takes from 5 seconds to 30 seconds, so could this be the issue here?
The 6 minute limit is per function?
so all 6 of my functions have a limit of 6 minutes each?
even if they get triggered around the same time?
Again, i am not sure this is a time related issue or a bug. But i can't imagine my code being the issue here cause i ve been using this script for months with the tirgger
i would appreciate any tips and ideas
Kind Regards,
Philip