celery / django-celery

Old Celery integration project for Django

Home Page:http://celery.github.com/django-celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change transport url. #question

awemulya opened this issue · comments

I use redis backend but the transport url always appears of rabbit.

BROKER_BACKEND = "librabbitmq"
BROKER_URL = 'amqp://guest:guest@localhost:5672/'
CELERY_RESULT_BACKEND = "amqp" # telling Celery to report results to RabbitMQ
CELERY_ALWAYS_EAGER = False