diff --git a/README.md b/README.md index 98aabcd888abfe2c5d389fbd2dce05c5d5e8446e..749b71c134beccf0000aebf7efb63ad4d4f08c1d 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,15 @@ output {'err_no': 0, 'err_msg': '', 'key': ['res'], 'value': ["['土地整治与土壤修复研究中心', '华南农业大学1素图']"]} ``` +

Stop Serving/Pipeline service

+ +**Method one** :Ctrl+C to quit + +**Method Two** :In the path where starting the Serving/Pipeline service or the path which environment variable SERVING_HOME set (the file named ProcessInfo.json exists in this path) + +``` +python3 -m paddle_serving_server.serve stop +```

Document

diff --git a/README_CN.md b/README_CN.md index 83410c64803138747c636640acc079d2f7d276b4..a30b04e30d2e5805b1b5fe700ae81a70b379eaae 100644 --- a/README_CN.md +++ b/README_CN.md @@ -269,6 +269,16 @@ python3 pipeline_rpc_client.py {'err_no': 0, 'err_msg': '', 'key': ['res'], 'value': ["['土地整治与土壤修复研究中心', '华南农业大学1素图']"]} ``` +

关闭Serving/Pipeline服务

+ +**方式一** :Ctrl+C关停服务 + +**方式二** :在启动Serving/Pipeline服务路径或者环境变量SERVING_HOME路径下(该路径下存在文件ProcessInfo.json) + +``` +python3 -m paddle_serving_server.serve stop +``` +

文档

### 新手教程