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

There should be setting to purge old record from cron log #56

Closed throwable-one closed 9 years ago

throwable-one commented 9 years ago

If I run task every minute, my log will be polluted! It would be nice to remove all records older than N days.