root使用者celery無法啟動
-
- 問題
- 第一步:參考該文章安裝Redis
- 第二步:解決方案
問題
Running a workerwithsuperuser privileges when theworker accepts messages serializedwithpickle is a very bad idea!If you really want tocontinuethen you have to set the C_FORCE_ROOTenvironment variable (but please think aboutthisbefore youdo
第一步:參考該文章安裝Redis
第二步:解決方案
1.臨時方案
export C_FORCE_ROOT="true"
2.永久方案
vim /etc/profile
添加:export C_FORCE_ROOT="true"