Nextdoor / ndscheduler

A flexible python library for building your own cron-like system, with REST APIs and a Web UI.
BSD 2-Clause "Simplified" License
1.08k stars 202 forks source link

Functionality to disable running more then one execution with same Job ID #71

Open stoyanovdanail opened 4 years ago

stoyanovdanail commented 4 years ago

I would like to thank you for the great job you did! Is there a functionality to disable running multiple jobs (with the same id) at the same time? For example if job is running and someone start the same job again and the second want to wait the first one to finish. If there is no such functionality could you please advice which is the best way to implement it. Thanks in advanced!