set-health-check - Cloud Foundry CLI Reference Guide |
cf set-health-check APP_NAME (process | port | http [--endpoint PATH]) [--process PROCESS] [--invocation-timeout INVOCATION_TIMEOUT]
cf set-health-check worker-app process --process worker
cf set-health-check my-web-app http --endpoint /foo
cf set-health-check my-web-app http --invocation-timeout 10
应用程序上的路径 (缺省值: /)
控制各个运行状况检查调用的时间(以秒为单位)
要更新的应用程序进程 (缺省值: web)