Celery 启动报错 can_read() got an unexpected keyword argument timeout
生活随笔
收集整理的這篇文章主要介紹了
Celery 启动报错 can_read() got an unexpected keyword argument timeout
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
問題:
Celery 啟動報錯 can_read() got an unexpected keyword argument timeout
方案:更改redis版本和celery版本,我使用下面的celery版本和redis版本,解決問題
? ~ pip show celery Name: celery Version: 4.1.0 Summary: Distributed Task Queue. Home-page: http://celeryproject.org Author: Ask Solem Author-email: ask@celeryproject.org License: BSD Location: /usr/local/lib/python2.7/site-packages Requires: kombu, pytz, billiard ? ~ pip show redis Name: redis Version: 2.10.6 Summary: Python client for Redis key-value store Home-page: http://github.com/andymccurdy/redis-py Author: Andy McCurdy Author-email: sedrik@gmail.com License: MIT Location: /usr/local/lib/python2.7/site-packages Requires: ? ~?
轉(zhuǎn)載于:https://www.cnblogs.com/shengulong/p/7928418.html
總結(jié)
以上是生活随笔為你收集整理的Celery 启动报错 can_read() got an unexpected keyword argument timeout的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: JMeter入门(03)多台JMeter
- 下一篇: 手动添加ubuntu服务