I'm using several django instances, each in a virtualenv, on the same server. How can I start the celery server and make sure it is always running and updated? I.e. after a server restart or code update?
The /etc/init.d script and the config file assume a single Django installation. Do I have to use the ./manage.py celeryd command?
Regards Simon