Thats why I installed it using the package provided in my Ubuntu linux server. Then I used the template .conf file (I think from the celery documentation) and customized it for my project. I did have some trouble to get it running the first time but I think there is a delay between when you restart supervisord and when the daemons it controls restart. In fact, I don't use the 'restart' command to restart supervisord, I use to 'stop' and then confirm that the celery processes have stopped by using 'ps'. then I use '/etc/init.d/supervisord start' to start it up again.
Is your worker running fine when you execute: python manage.py celery worker ? Are you using a virtualenv? On Wednesday, June 5, 2013 3:53:48 PM UTC+2, Manu wrote: > > Thanks for the reply Mike. I've been trying to setup supervisord for 4 > hours now. Just for this celery. I don't know where I'm going wrong. Looks > like nobody else is having a problem. > > On 5 June 2013 19:13, Mike <mike...@gmail.com <javascript:>> wrote: > >> Have you tried supervisord? I installed supervisord from my linux distro >> on my server and put a config file in the conf.d directory. Its working >> fine. >> >> >> On Tuesday, June 4, 2013 12:17:16 PM UTC+2, Manu wrote: >>> >>> Hi all, >>> >>> I have had no success so far with daemonizing celery on my server. I >>> raised two stack overflow questions and have received only a few answers. >>> Could someone please point me to a solid tutorial or blog post on how to >>> make it work. I'm using celery with django in a virtual environment. >>> >>> Btw, the links to those two questions >>> 1. http://stackoverflow.com/**questions/16896686/** >>> daemonizing-celery-process-**celeryd-multi-not-found<http://stackoverflow.com/questions/16896686/daemonizing-celery-process-celeryd-multi-not-found> >>> 2. http://stackoverflow.com/**questions/16915034/is-there-a-** >>> simple-manage-py-command-that-**i-run-with-django-celery-to-** >>> daemonize-c<http://stackoverflow.com/questions/16915034/is-there-a-simple-manage-py-command-that-i-run-with-django-celery-to-daemonize-c> >>> >>> Thanks in advance for your time! >>> >>> Regards, >>> Manu >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Django users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/django-users/F0dH6WdwFBA/unsubscribe?hl=en >> . >> To unsubscribe from this group and all its topics, send an email to >> django-users...@googlegroups.com <javascript:>. >> To post to this group, send email to django...@googlegroups.com<javascript:> >> . >> Visit this group at http://groups.google.com/group/django-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Manu Ganji, > Mobile: +91-8500719336. > -- 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+unsubscr...@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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.