Celery ValueError: not enough values to unpack (expected 3, got 0)的解決方案

場景還原 本地環境以下:python Windows 10 Python 3.5.2 Celery 4.1.0 我是跟着這個前人翻譯的中文文檔敲的Demo。web 代碼tasks.py:redis from celery import Celery app = Celery('tasks', broker='redis://:xxxx@xxx.xxx.xxx.xx:6379/0') @app.t
相關文章
相關標籤/搜索