Run CELERY as Daemon in Ubuntu -


how run celery daemon service in ubuntu instead of running "celery -a projname worker -l info" command each time.

i using celery 3.1.8 version....

you can make celery daemon init.d script celery's repo (save /etc/init.d/). need create configuration file script load in /etc/default/celeryd.

here's full celery doc.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -