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).
User information: uid=0 euid=0 gid=0 egid=0
If an error occurs, run celery
$ export C_FORCE_ROOT = "true"
$ celery -A TASKNAME worker
'web > Django' 카테고리의 다른 글
django db 한글 에러 일때 (0) | 2014.09.17 |
---|---|
django 버전 확인 (0) | 2014.09.03 |
django 1px 투명 이미지 response (0) | 2014.08.31 |
ERROR: epmd error for host rabbitmq timeout (timed out) for mac (0) | 2014.08.28 |
django 오늘 날짜 데이터 가져오기 쿼리 (0) | 2014.08.04 |