ztelur commented on a change in pull request #373: URL: https://github.com/apache/dubbo-go-pixiu/pull/373#discussion_r830455549
########## File path: samples/dubbogo/simple/triple/docker/docker-health-check.sh ########## @@ -15,6 +15,5 @@ # limitations under the License. # -sleep 5 +sleep 30 curl http://127.0.0.1:8848/nacos/v1/console/health/liveness -sleep 10 Review comment: make curl call to trigger nacos lazy initialization and sleep for waiting completely initialization. it's better to keep it unchaned. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
