Closed kregoslup closed 6 years ago
Every day I'm getting failed crons with this issue. I guess the crons finish up between the first and second check.
Theres 11 unmerged merge requests. Last change was a year ago. I think this project is abandoned.
Is someone willing to take it over ?
Resolved here: https://github.com/Tivix/django-cron/pull/130/files
Suppose we have Redis with a master-slave replication and we are using redis as backend for locking. Because redis does not support consistency out of the box there is no guarantee that here https://github.com/Tivix/django-cron/blob/master/django_cron/backends/lock/cache.py#L89
the date that was taken from cache will be in a format suitable for datetime parser. What do you think about that?