dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.73k stars 959 forks source link

Do not start new job if previous one is still running #528

Closed 66Bunz closed 2 years ago

66Bunz commented 2 years ago

Is it possible to not let a job start if the previous one is still running?

SijmenHuizenga commented 2 years ago

See this example on how to run multiple jobs in parallel.