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

Lock message fixes #33

Closed name-no closed 10 years ago

name-no commented 10 years ago

I've made some enhancements to lock messages, about displaying local time and lock timeouts. My customer didn't like the original message, "they forced me to do it, I'm innocent!" :)

Please, consider merging this branch.