summaryrefslogtreecommitdiffstats
path: root/windriver/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'windriver/run.sh')
-rw-r--r--windriver/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/windriver/run.sh b/windriver/run.sh
index 2d5d6e53..6f191d73 100644
--- a/windriver/run.sh
+++ b/windriver/run.sh
@@ -16,10 +16,6 @@
memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid
export PYTHONPATH=lib/share
-#service rabbitmq-server restart
-# make sure only 1 worker due to missing the synchronization between workers now
-# nohup celery -A titanium_cloud worker --concurrency=1 --loglevel=info &
-
#nohup python manage.py runserver 0.0.0.0:9005 2>&1 &
nohup uwsgi --http :9005 --module titanium_cloud.wsgi --master --processes 4 &