diff options
author | Xiaohua Zhang <xiaohua.zhang@windriver.com> | 2018-09-22 16:28:07 +0000 |
---|---|---|
committer | Xiaohua Zhang <xiaohua.zhang@windriver.com> | 2018-09-22 16:28:07 +0000 |
commit | 280d4850a9ed44721b25c0978a48a02072a1527c (patch) | |
tree | 3e86be55e14b102266e948ac984b7331663b9d70 /ocata | |
parent | 050812c9ae2b85348b2ff29d4fa3e2ac2fb4fec7 (diff) |
Fix unregistry issue
Change-Id: Ia4ddb6f11bf562a046d9f567fd7458b466c8642f
Issue-ID: MULTICLOUD-361
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Diffstat (limited to 'ocata')
-rwxr-xr-x | ocata/run.sh | 2 |
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 |