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

Project is abandoned #138

Closed agronick closed 6 years ago

agronick commented 6 years ago

Open bugs, pull requests that haven't been looked at in over a year. Probably should not use this in production and move away from it if you are.

maxim-kht commented 6 years ago

Hi @agronick, thank you for your concern. This project currently has no critical bugs and is tested with latest Django version and it is suitable for production. The main issue we had before, with timezone.aware() method, was not critical and did not cause problems with running cron jobs.

The latest version 0.5.1 fixes it and some of the other bugs we had. You can find more information about the release here: https://github.com/Tivix/django-cron/releases/tag/v0.5.1

agronick commented 6 years ago

It did have critical bugs. It would crash when cache keys weren't present. Thank you for finally addressing this.