Relative Content

Tag Archive for djangocelery

Celery Beat sends to workers tasks that do not exist

I saw a lot of similar questions but nothing helped.
Every now and then I am receiving the following error: ‘app.tasks.do_some_work’. When I check inside the Django container, Celery Beat container, or Celery Worker container’s app.tasks module, I don’t see any task with that name.

Celery Beat sends to workers tasks that do not exist

I saw a lot of similar questions but nothing helped.
Every now and then I am receiving the following error: ‘app.tasks.do_some_work’. When I check inside the Django container, Celery Beat container, or Celery Worker container’s app.tasks module, I don’t see any task with that name.