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

Find out how much time is left before next cronjob run? #46

Closed sennoy closed 9 years ago

sennoy commented 9 years ago

Is there a possibility to find out how much time is left before cronjob will be launched next time? I didn't find any simple possibility to find out that.. I need this value in my django(not django-cron) code.

sennoy commented 9 years ago

Okay, I've found out how to do it using CronJobLog. I can make PR if you want.

maciej-jaworski commented 9 years ago

Feel free to make PR.