celery / django-celery

Old Celery integration project for Django

Home Page:http://celery.github.com/django-celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasks being executed even without djcelery

weberxw opened this issue · comments

Guys, I have a few tasks that I used to control from django-admin djcelery. This has been working for years like that.

Recently I did a database migration and since then my tasks are being executed even if they are disabled or even excluded from djcelery on django admin.

Am I missing something here? Thanks!

As you can see bellow.
image

image