-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not call cronjob #124
Comments
i am also having the same issue with django 3.2 during the development, not through docker |
I use APScheduler instead of this |
I'm also experiencing the same, Is any progress on it? Operating system: ubuntu |
i'm using django-background tasks https://django-background-tasks.readthedocs.io/en/latest/ |
@giuseppenovielli Does it work well on docker? |
I have not test on docker. |
Environment & Versions
Settings
django-crontab
settings:Details
crontab -l
after runningpython manage.py crontab add
.crontab -l
*/1 * * * * /usr/bin/python3 /code/manage.py crontab run b655077f9419bb25c66dcd835b4e729d # django-cronjobs for djPine
python manage.py crontab add
Currently active jobs in crontab:
web_1 | b655077f9419bb25c66dcd835b4e729d -> ('*/1 * * * *', 'blog.cron.post_create')
crontab run
command and I copy this command to my terminal the job works: yes/noyes
After docker-compose up added jobs in crontab. But not called crontab function
The text was updated successfully, but these errors were encountered: