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'的主要内容,如果未能解决你的问题,请参考以下文章

django+celery+redis环境配置

celery(异步处理)+redis

python 关于celery的异步任务队列的基本使用(celery+redis)采用配置文件设置

celery-2

celery结合redis 使用

如何配置 docker 以将 redis 与 celery 一起使用