Task scheduler does not kill task
- by Andomar
We have a scheduled task that sometimes hangs. It just stops responding. On Windows 2003, we had task scheduler configured to kill the task after 3 hours. It's a 32-bit process.
On Windows 2008 R2, we've set "Stop the task if it runs longer than" and "If the running task does not end when requested, force it to stop".
However, when the task hangs, it is never stopped, and stays in process explorer for days.
Any clue why Windows Scheduler would not kill a process?
(This post has a reproducible setup for this issue.)