Celery broker url broken for non-Docker

Issue #849 resolved
Ed McDonagh created an issue

settings.py has the celery broker URL as BROKER_URL = "amqp://guest:guest@broker:5672//" whereas for non-Docker Linux install needs it to be BROKER_URL = "amqp://guest:guest@localhost:5672//"

Comments (3)

  1. Log in to comment