django运行成功,运行celery时一直有以下错误

来源:4-1 Django 中配置使用 Celery

慕标5009724

2018-10-23 17:15

Traceback (most recent call last):

  File "/usr/local/lib/python3.6/site-packages/celery/worker/__init__.py", line 208, in start

    self.blueprint.start(self)

  File "/usr/local/lib/python3.6/site-packages/celery/bootsteps.py", line 123, in start

    self.on_start()

  File "/usr/local/lib/python3.6/site-packages/celery/apps/worker.py", line 178, in on_start

    raise RuntimeError(ROOT_DISALLOWED)

RuntimeError: Running a worker with superuser privileges when the

worker accepts messages serialized with pickle is a very bad idea!


If you really want to continue then you have to set the C_FORCE_ROOT

environment variable (but please think about this before you do).


写回答 关注

1回答

  • 好学的阳明
    2018-10-29 16:30:12

    设置下环境变量:C_FORCE_ROOT=True

Python 异步任务队列 Celery 使用

Python 异步任务队列神器 celery 的使用

10837 学习 · 43 问题

查看课程

相似问题