📌  相关文章
📜  属性错误:'disabledbackend' 对象没有属性 '_get_task_meta_for' - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:10.100000             🧑  作者: Mango

代码示例1
To start Celery you need to provide just broker parameter, which is required 
to send messages about tasks. If you want to retrieve information about state
and results returned by finished tasks you need to set backend parameter.
You can find full list with description in Configuration docs:URL

https://docs.celeryproject.org/en/latest/userguide/configuration.html#std:setting-result_backend