Closed jeremych1000 closed 2 years ago
I'm experiencing the same issue.
Maybe it is caused by previous other CronJobBase classes still running. The actual command is not calling the different CronJobBase classes in parallel. They are executed iteratively. See PR #88 Maybe that helps
Use manage.py cronloop -s
where s
is sleep interval in seconds. 300s by default
Not sure why the cronjob isn't being run every minute :/ sometimes it does, sometimes it doesn't.
I saw https://github.com/Tivix/django-cron/issues/91#issuecomment-268465804 but is there any solution to this?
Any other information I can provide? Django running on a raspberry pi, client running ubuntu 16.
Django console
Client cronjob log using
grep CRON /var/log/syslog
crontab -e
django_cron code