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

Multiple cron job not executed #118

Closed inspiralpatterns closed 2 years ago

inspiralpatterns commented 7 years ago

I have several cron jobs inside the CRON_CLASSES. Inspecting the Django administrations, It seems that some of them are failing all the time, while others are not even run. Is there any correlation between the failing and the not-executed ones? (e.g. they are not executed because django-cron is running the ones that have failed).

Thanks for the help, it's driving me crazy.

jacksonofalltrades commented 6 years ago

I am also having this problem. A few of my cron classes are simply never run. I cannot figure out why.

JedrzejMaluszczak commented 2 years ago

Closing because I can't reproduce that bug