Problem
A scheduled script doesn’t execute according to its execution schedule. Its execution status becomes Failed when the script is triggered manually and no execution log is recorded even log.debug() has been placed in the first line.
Solution
This could be because the extension name is missing. It works when *.js is appended to the end of file name.
Comments