You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two projects, say proj1 and proj2. I defined CRONJOBS = [ ] in settings.py of both the projects.
When (in proj1) I try python manage.py crontab add, cronjobs are added without any errors, but when I switch over to proj2 to setup the crons and I run python manage.py crontab add, It gives error like
raise RuntimeError(
RuntimeError: No job with hash 1585718eba84fe992eba0db2820c0438 found. It seems the crontab is out of sync with your settings.CRONJOBS. Run "python manage.py crontab add" again to resolve this issue!
Environment & Versions
Operating system: Ubuntu 22.04
Python: Python 3.10.12
Django: Django==5.0
django-crontab: django-crontab==0.7.1
The text was updated successfully, but these errors were encountered:
I have two projects, say proj1 and proj2. I defined CRONJOBS = [ ] in settings.py of both the projects.
When (in proj1) I try python manage.py crontab add, cronjobs are added without any errors, but when I switch over to proj2 to setup the crons and I run python manage.py crontab add, It gives error like
raise RuntimeError(
RuntimeError: No job with hash 1585718eba84fe992eba0db2820c0438 found. It seems the crontab is out of sync with your settings.CRONJOBS. Run "python manage.py crontab add" again to resolve this issue!
Environment & Versions
The text was updated successfully, but these errors were encountered: