Hi,

I'm trying to get my head around using emperor to manage celery. Let's say I have just installed celery via PIP and for testing I am running the following code to run it manally:

export C_FORCE_ROOT="true"
cd /var/www/test
/var/www/test/venv/bin/celery worker --app=app.celery

How can I translate this into a line for my ini:

smart-attach-daemon = /tmp/celery.pid celery -A tasks worker --pidfile=/tmp/celery.pid
It seems like anything I try refuses to start it.

James
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to