kraiz / django-crontab

dead simple crontab powered job scheduling for django.
Other
846 stars 113 forks source link

Not call cronjob #124

Open ecakashjadhav opened 3 years ago

ecakashjadhav commented 3 years ago

Environment & Versions

Settings

Details

python manage.py crontab add

Currently active jobs in crontab: web_1 | b655077f9419bb25c66dcd835b4e729d -> ('/1 *', 'blog.cron.post_create')

After docker-compose up added jobs in crontab. But not called crontab function

bubuzzz commented 2 years ago

i am also having the same issue with django 3.2 during the development, not through docker

ecakashjadhav commented 2 years ago

i am also having the same issue with django 3.2 during the development, not through docker

I use APScheduler instead of this

g-londhe commented 2 years ago

I'm also experiencing the same, Is any progress on it?

Operating system: ubuntu Python: 3.8.10 Django: 3.2.12 django-crontab:0.7.1

giuseppenovielli commented 2 years ago

i'm using django-background tasks https://django-background-tasks.readthedocs.io/en/latest/

tuanhopham commented 1 year ago

@giuseppenovielli Does it work well on docker?

giuseppenovielli commented 1 year ago

I have not test on docker.