celery / django-celery

Old Celery integration project for Django
http://celery.github.com/django-celery
BSD 3-Clause "New" or "Revised" License
1.53k stars 452 forks source link

database not updating when `CELERYBEAT_SCHEDULE` #403

Open josephmisiti opened 8 years ago

josephmisiti commented 8 years ago

This may not be a bug, but I'm currently using celery==3.1.18 and django-celery==3.1.16 backed by MYSQL and SQS (for queueing) and when I update both attributes or add/remove tasks from CELERYBEAT_SCHEDULE, when the servers get restarted the database tables (/admindjcelery/periodictask/) are not updated to reflect the new code in python. I was wondering if anyone else has seen this - and if I have to manually delete the periodic tasks in django admin to see the new versions get updated/written.

Thanks!

x0xMaximus commented 8 years ago

@josephmisiti I too am experiencing this issue. However, I when updating my CELERYBEAT_SCHEDULE options aren't reflected in the Database keyword arguments