Miksus / rocketry

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

add: new parsing. #1

Closed Miksus closed 2 years ago

Miksus commented 2 years ago

Following are now possible strategies:

~has started today --> Runs once a day (alias to "daily")

hourly & ~has failed today --> Hourly but if fails, won't run the rest of the day

Setting the task to default has been already tested with these conditions thus works.