I use multiple instances of django, each in virtualenv, on the same server. How can I start the celery server and make sure it is always up and running? That is, after restarting the server or updating the code?
The / etc / init.d script file and the configuration file assume one Django installation. Should I use a command. /manage.py celeryd?
Relationship Simon
source
share