Share via

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

David Ghoussoub 46 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 for business | Windows Server | User experience | Other

Answer accepted by question author

  1. MotoX80 37,681 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

    Was this answer helpful?

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.