summaryrefslogtreecommitdiffstats
path: root/windriver/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'windriver/run.sh')
-rw-r--r--windriver/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/windriver/run.sh b/windriver/run.sh
index 8729584e..5f185bdf 100644
--- a/windriver/run.sh
+++ b/windriver/run.sh
@@ -18,7 +18,7 @@ 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=debug &
+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 &