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

CRON_CLASSES could be checked with a django's system check framework #108

Open Bartvds opened 7 years ago

Bartvds commented 7 years ago

Looks like validity of the specified cron classes is only checked when the management command runs. But django itself and many third-party apps use the system check framework to check on application start.