Google App Scripts: Why are multiple time driven executions caused if my script only contains one trigger?
I have a script that pulls data from an api every three hours after the initial pull has been made. I noticed that within my execution log there are more runs than I am accounting for. It looks like there are ‘clumps’ of runs every three hours instead of one run every three hours.
Why does my script create a new trigger every time?
I am slowly teaching myself how to use Google Apps Script. I wrote a script that sorts Google Form results in reverse chronological order (so that the most recent submission is always at top). I successfully got it to run the script and sort on every form submission, but it creates a new trigger every time, so that after 25 form submits the triggers have piled up and I get a “exception: this script has too many triggers” error message.
Timed Triggers are “hanging”
I’m having an issue with Google Apps Scripts timed triggers in my script.
Google Appscript Timed Triggers are “hanging”
As title mentions im having an issue with google appscript timed triggers in my script.