Answer the question
In order to leave comments, you need to log in
How to run celeryd and celerybeat scripts without supervisord?
When restarting the server, you must manually write the following commands:
sudo
/etc/init.d/celeryd start
sudo /etc/init.d/celerybeat
start /local/bin/uwsgi --emperor /etc/uwsgi/vassals --uid www-data --gid www-data
I tried the same:
/etc/init.d/celeryd start
/etc/init.d/celerybeat start
Does not work.
Where do I need to specify these commands so that the server executes them at startup?
Answer the question
In order to leave comments, you need to log in
Use this docs.celeryproject.org/en/latest/userguide/daemoni...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question