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

Tasks being executed even without djcelery

Open weberxw opened this issue 3 years ago • 0 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

weberxw avatar Oct 20 '21 23:10 weberxw