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

Changes #11

Closed dfryta closed 12 years ago

dfryta commented 12 years ago

RETRY_AFTER_FAILURE_MINS feature added.

chachra commented 12 years ago

Peter to code review and merge this in and push to pypi

http://pypi.python.org/pypi/django-cron/

python setup.py sdist register upload

On Fri, Sep 7, 2012 at 4:32 AM, Dariusz Fryta notifications@github.comwrote:

RETRY_AFTER_FAILURE_MINS feature added.

You can merge this Pull Request by running:

git pull https://github.com/Tivix/django-cron changes

Or view, comment on, or merge it at:

https://github.com/Tivix/django-cron/pull/11 Commit Summary

  • Added RETRY_AFTER_FAILURE_MINS feature
  • Updated README

File Changes

  • M README.rst (18)
  • M django_cron/init.py (14)

Patch Links