Search code examples
pythondjangodjango-celeryrabbitmqctl

Django Celery with RabbitMQ


I am trying to run task with Celery. I follow this tutorials link

Everything has been setup successfully. The thing now is that I don't know how to execute a task. I run celeryd and it couldn't find the task. I want to know what exactly I need to call to execute the task and how I need to config the task on RabbitMQ server, django-admin.. I cannot find any full tutorials about it.


Solution

  • Django by example has a full section on using Celery with RabbitMQ. There are also free tutorials or articles on this topic