Celery启动Django项目:Client sent AUTH, but no password is set 错误处理

celery -A CeleryTest worker -l info

[2017-02-22 07:26:52,666: ERROR/MainProcess] consumer: Cannot connect to redis://:**@192.168.14.234:6379//: Client sent AUTH, but no password is set.
Trying again in 2.00 seconds...

[2017-02-22 07:26:54,687: ERROR/MainProcess] consumer: Cannot connect to redis://:**@192.168.14.234:6379//: Client sent AUTH, but no password is set.
Trying again in 4.00 seconds...

[2017-02-22 07:26:58,696: ERROR/MainProcess] consumer: Cannot connect to redis://:**@192.168.14.234:6379//: Client sent AUTH, but no password is set.
Trying again in 6.00 seconds...

处理思路:

http://bbs.csdn.net/topics/391824759?page=1

原文地址:https://www.cnblogs.com/hellojesson/p/6429024.html