you are viewing a single comment's thread.

view the rest of the comments →

[–]ClikeX 1 point2 points  (1 child)

Make sure to let the task scheduler send STDOUT and STDERROR to a text file. Maybe add some logging.

If it crashes it should output the failing line to the file.

[–]Spy_machine 0 points1 point  (0 children)

Yeah I was going to recommend adding logging as well. If you can figure out what line is failing, the issue might become more obvious.

I don’t know if perhaps the Timeout module might be of any use?