diff options
Diffstat (limited to 'ocata/run.sh')
-rwxr-xr-x | ocata/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocata/run.sh b/ocata/run.sh index ecca9860..a66a1e98 100755 --- a/ocata/run.sh +++ b/ocata/run.sh @@ -16,8 +16,8 @@ memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid export PYTHONPATH=lib/share -service rabbitmq-server restart +#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=info & +#nohup celery -A ocata worker --concurrency=1 --loglevel=info & uwsgi --http :9006 --module ocata.wsgi --master --processes 4 |