Tivix / django-cron

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
900 stars 193 forks source link

if retry_after_failure_mins is set, then check it in any case (both: run_at_times or run_every_mins) #116

Closed ihoru closed 3 years ago

ihoru commented 7 years ago

closes #115

bj00rn commented 4 years ago

any showstoppers for this to be merged?