This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new cd1ed76b8 [Bug]add notice for sleeping during start microservice
(#3947)
cd1ed76b8 is described below
commit cd1ed76b8d9dbde426a128e7f790e1d273eb031a
Author: GuoPhilipse <[email protected]>
AuthorDate: Sat Dec 3 12:50:29 2022 +0800
[Bug]add notice for sleeping during start microservice (#3947)
* add notice for sleeping during start micro service
---
linkis-dist/package/sbin/linkis-start-all.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/linkis-dist/package/sbin/linkis-start-all.sh
b/linkis-dist/package/sbin/linkis-start-all.sh
index c3ff22a6c..38f9afdcb 100644
--- a/linkis-dist/package/sbin/linkis-start-all.sh
+++ b/linkis-dist/package/sbin/linkis-start-all.sh
@@ -77,6 +77,7 @@ SERVER_NAME="ps-publicservice"
SERVER_IP=$PUBLICSERVICE_INSTALL_IP
startApp
+echo "sleeping 15s before start cg-linkismanager, please be patient"
sleep 15
#linkis-cg-linkismanage
@@ -84,6 +85,7 @@ SERVER_NAME="cg-linkismanager"
SERVER_IP=$MANAGER_INSTALL_IP
startApp
+echo "sleeping 20s before start cg-entrance, please be patient"
sleep 20
#linkis-cg-entrance
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]