Tuesday, September 2, 2014

celery problems

The question is not really about Django, but can someone faced. Trying to run on the server -
/manage.py celeryd -l INFO

output
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

And of course when you run through the same supervisor. How to run without root access? 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/61fd3d71-1f16-4761-a1fe-fa398598439c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment