django-celery icon indicating copy to clipboard operation
django-celery copied to clipboard

database not updating when `CELERYBEAT_SCHEDULE`

Open josephmisiti opened this issue 9 years ago • 1 comments

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!

josephmisiti avatar Nov 30 '15 16:11 josephmisiti

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

x0xMaximus avatar Nov 03 '16 23:11 x0xMaximus