Need clear path about celery daemon process -


i tried set celery , celerybeat running daemon . django project running kombu broker. store results in db configured in settings.py.

i need clear guidance setup process. locally run worker , beat . has run daemon.

i tried steps mentioned in tutorial, while running sudo /etc/init.d/celeryd start, prints error

tommy@tommy-lenovo-g570:/var/www$ sudo /etc/init.d/celeryd start  ("\nthe 'celeryd-multi' command deprecated, please use 'celery multi' instead:\n\n$ celery multi start worker1 --uid=tommy --gid=tommy --workdir=/var/www/project/ --pidfile=/var/run/celery/%n.pid --logfile=/var/log/celery/%n.log --loglevel=info --cmd=/var/www/project/manage.py\n\n",)  celery multi v3.1.20 (cipater)  > starting nodes...  unknown command: '--executable=/usr/bin/python'  type 'manage.py help' usage.     > worker1@tommy-lenovo-g570: * child terminated errorcode 1  failed 

i need recover error. couldn't find location of error also.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -