celery中配置redis密码时的ValueError: invalid literal for int() with base 10: 'xxxx'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了celery中配置redis密码时的ValueError: invalid literal for int() with base 10: 'xxxx'相关的知识,希望对你有一定的参考价值。

原配置:

 celery_broker = ‘redis://:xxxx#[email protected]:6379/0‘  # docker0                                                                             

错误原因:
密码中不能有 #

https://blog.csdn.net/liushaochan123/article/details/8885116


以上是关于celery中配置redis密码时的ValueError: invalid literal for int() with base 10: 'xxxx'的主要内容,如果未能解决你的问题,请参考以下文章