dbader / schedule

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

1.1.1 - deadline callback #486

Open stromajer opened 2 years ago

stromajer commented 2 years ago

Hi guys. first thanks for great library. I want to contribute small addition which is important for my application. It's callback on Job canceling.

I need to schedule new Job after some Jobs are cancelled due to deadline. Please let me know if it's ok.

Thanks!