django運(yùn)行成功,運(yùn)行celery時(shí)一直有以下錯(cuò)誤
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).
2018-10-29
設(shè)置下環(huán)境變量:C_FORCE_ROOT=True