Miksus / rocketry

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

Fix: task status discontinuity in restart #53

Closed Miksus closed 2 years ago

Miksus commented 2 years ago

Previously the last_run, last_success, last_fail etc. were not fetched causing discontinuity if the scheduler was restarted (and logging repo is not MemoryRepo).

Also updated docs a bit.