deleted script keeps running

前端 未结 2 1154
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 05:41

I have created a google script that should have sent me an email, instead it is now sending me emails continiously.

There was an infinite loop in the script and I co

相关标签:
2条回答
  • 2020-12-22 06:08

    How was your script invoked - through the script editor or through a trigger ? In either case, the script will time out after about 5 minutes. If it was run through a trigger, then deleting the trigger should stop the mails from coming

    0 讨论(0)
  • 2020-12-22 06:19

    The script eventually stopped after sending me 1500 emails. I think that is a daily limit of some kind for my business.

    Lessons I have learnt from this are: always check your loops and never ever use your own e-mailadres =)

    0 讨论(0)
提交回复
热议问题