summaryrefslogtreecommitdiffstats
path: root/ocata/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/run.sh')
-rwxr-xr-xocata/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/run.sh b/ocata/run.sh
index 541eaf10..ecca9860 100755
--- a/ocata/run.sh
+++ b/ocata/run.sh
@@ -18,6 +18,6 @@ export PYTHONPATH=lib/share
service rabbitmq-server restart
# make sure only 1 worker due to missing the synchronization between workers now
-nohup celery -A ocata worker --concurrency=1 --loglevel=debug &
+nohup celery -A ocata worker --concurrency=1 --loglevel=info &
uwsgi --http :9006 --module ocata.wsgi --master --processes 4