I keep getting emails that say the following, line after line:
11/24/12 7:06 PM timeDriven Unable to find sheet: FormEmailer (line 656) time-based 11/24/12 7:06 PM
I want to stop these emails and apparently a script "Copy of FormEmailer" is running. I have deleted the worksheet that was using it, and I can't get it to stop running. I don't want these emails anymore and don't know how to stop it.
You can turn off an individual Apps Script project by deleting its associated Cloud project. After you shut down a Cloud project, all executions of the script project stop.
A single execution of Apps script can last no longer than 6 minutes and you're hitting this limit.
Go to script.google.com . At the right of the project you want to delete, click More more_vert > Remove > Remove.
Basically a scheduled trigger is continuing to run.
Is there a link in the emails that lets you see all the Triggers? That should list the triggers and you should be able to delete them there. I haven't seen one in a while and forget all the details.
If not, then the more manual way to do it is -
Hope that helps.
View -> Executions
Then mouse over the running task, click the triple dot and click 'Terminate'.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With