zoukankan      html  css  js  c++  java
  • Celery 启动报错 can_read() got an unexpected keyword argument timeout

    问题:

    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:
    ➜  ~
  • 相关阅读:
    bzoj 2599
    bzoj 3697
    poj 1741
    bzoj 2741
    bzoj 5495
    bzoj 3261
    网络流24题——骑士共存问题 luogu 3355
    网络流24题——数字梯形问题 luogu 4013
    bzoj 3998
    网络流24题——魔术球问题 luogu 2765
  • 原文地址:https://www.cnblogs.com/shengulong/p/7928418.html
Copyright © 2011-2022 走看看