From 7f06aa7cfd657fb883c95d21cb83aec58343fb75 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 22 Dec 2010 15:28:42 +0000 Subject: [PATCH] Remove events from Celery startup --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 294d283..bd142e9 100755 --- a/start.sh +++ b/start.sh @@ -23,6 +23,6 @@ sleep 1 cd $ROOT source ./env/bin/activate -./manage.py celeryd_detach -l INFO -B -E --pidfile $CELERYD_PID_FILE -f $ROOT/logs/celeryd.log -n auth-processor +./manage.py celeryd_detach -l INFO -B --pidfile $CELERYD_PID_FILE -f $ROOT/logs/celeryd.log -n auth-processor ./manage.py runfcgi daemonize=true pidfile=$AUTH_PID_FILE host=127.0.0.1 port=9981 errlog=$ROOT/logs/stderr.log outlog=$ROOT/logs/stdout.log #./manage.py celerycam --freq=1.0 &