为了账号安全,请及时绑定邮箱和手机立即绑定

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


正在回答

1 回答

设置下环境变量:C_FORCE_ROOT=True

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

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

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信