0

I have a Google Apps Script project that fails randomly.

Sometimes, it will work fine for days and then fail multiple times in a day

Note: The code doesn't change. Code make use of email, google sheet and http request API.

How do I investigate this further? Logs are empty.

E-Mail subject says "Summary of failures for Google Apps Script: Not found"

enter image description here

1
  • 1
    It's a known problem. You might want to take measures to handle this, like storing somewhere the last time the trigger ran and somehow checking that it ran at the expected time; if not, run the trigger's handler function again. Commented Oct 13 at 13:12

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.