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
Post a Comment