Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.23k stars 105 forks source link

DOCS? - Restore Session #180

Open dakiba opened 1 year ago

dakiba commented 1 year ago

Latest version of the docs: https://rocketry.readthedocs.io/en/latest/

Describe the problem Then I define a daily, weekly or monthly task as example. The task runs at startup of the application and that every time, no matter if that task already did run or not. Is there any way to store and restore the session? Or do I have to save that information by my own?