Received unregistered task of type 'vubon'. - Getting unregistered error even when all the tasks are shown when starting celery. Why?

The command used to run celery which gives me the output shown in the image.As you can see in the image it says key error vubon. And I don't have any task named "vubon".

What maybe the issue is it import structure or something else???

celery -A patronpay worker -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler

As you can see in  the image it says key error vubon. And I don't have any task named "vubon".

Back to Top