A
A
AntonIgin2017-08-29 17:59:38
linux
AntonIgin, 2017-08-29 17:59:38

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

1 answer(s)
A
Andrey Zubkov, 2017-08-29
@zubkov_work

Use this docs.celeryproject.org/en/latest/userguide/daemoni...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question