django crontab 问题处理


  File "/usr/local/lib/python3.6/dist-packages/django_crontab/crontab.py", line 173, in __get_job_by_hash
    'Run "python manage.py crontab add" again to resolve this issue!' % job_hash
RuntimeError: No job with hash c1a72a9fd41ac8b316ce82d0b6663333 found. It seems the crontab is out of sync with your settings.CRONJOBS. Run "python manage.py crontab add" again to resolve this issue!

有可能因为没有root权限导致的 

 

你可能感兴趣的:(python)