django-celery
django-celery copied to clipboard
Tasks being executed even without djcelery
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.