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

why did I get FailedRunsNotificationCronJob? #119

Open Morvarid opened 7 years ago

Morvarid commented 7 years ago

I can't figure out why I got django_cron.FailedRunsNotificationCronJob. Cron job logs doesn't tell me what cron job failed and why. And the task that I'm running is just writing into log files (nothing big).

I'd appreciate any advice.