Schedules job are not executed when one of the job is hanging

David Ghoussoub 41 Reputation points
2022-11-21T20:02:41.777+00:00

I have few jobs scheduled at different times. If for any reason one of the jobs hangs, the rest of the scheduled jobs do not run until the hanging job is killed.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,209 questions
{count} votes

Accepted answer
  1. MotoX80 32,081 Reputation points
    2022-11-22T14:38:37.873+00:00

    does it run one task at a time?

    The task scheduler can run multiple tasks at a time. Here I defined 2 tasks to run "cmd.exe /c timeout /t 120". That will run for 2 minutes. The second task is scheduled to run one minute after the first.

    263102-image.png

    263058-image.png

    263080-image.png

    0 comments No comments

0 additional answers

Sort by: Most helpful