mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Remove events from Celery startup
This commit is contained in:
2
start.sh
2
start.sh
@@ -23,6 +23,6 @@ sleep 1
|
|||||||
cd $ROOT
|
cd $ROOT
|
||||||
source ./env/bin/activate
|
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 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 &
|
#./manage.py celerycam --freq=1.0 &
|
||||||
|
|||||||
Reference in New Issue
Block a user