dbader / schedule

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

Provide last job execution #531

Open rados4y opened 2 years ago

rados4y commented 2 years ago

For every new execution jobs are scheduled starting from now. It would be nice to have possibility to set last execution time and have next run calculated based on that. It is helpful when I schedule jobs e.g. every 10 hours and I restart my application in the meantime.