问答详情
源自:4-1 Django 中配置使用 Celery

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

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).


提问者:慕标5009724 2018-10-23 17:15

个回答

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

    设置下环境变量:C_FORCE_ROOT=True