0
CELERY_BROKER_URL = 'redis://127.0.0.1:6379/0'

CELERY_ACCEPT_CONTENT = ['json'] TASK_SERIALIZER = 'json'

[2022-02-14 12:02:26,910: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@192.168.3.100%3A6379:5672//: failed to resolve broker hostname.

Trying again in 2.00 seconds... (1/100)

Ahmed Fasih
  • 6,458
  • 7
  • 54
  • 95
  • Does this answer your question? [consumer: Cannot connect to amqp://user:\*\*@localhost:5672//: \[Errno 111\] Connection refused](https://stackoverflow.com/questions/44710248/consumer-cannot-connect-to-amqp-userlocalhost5672-errno-111-connect) – P. Naoum Feb 14 '22 at 09:50
  • please show the code where you instantiate celery app. It seems that the dango settings are not taken into account at all. – Razenstein Feb 14 '22 at 13:22

0 Answers0