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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -