使用 Boxfuse 启动实例时如何增加健康检查超时?
How can I increase the healthcheck timeout when launching an instance with Boxfuse?
我的实例在 60 秒内无法启动。如何增加超时时间?
我在本地和 AWS 上遇到的错误是:
ERROR: Time out: Payload of Instance vb-312f2f77 failed to come up within 60 seconds at http://127.0.0.1:8888/ !
有两个可用的修复/原因:
增加健康检查超时。例如增加
您可以使用默认的 60 到 120 秒
boxfuse 保险丝 payload.war -healthcheck.timeout=120
(更多信息:https://cloudcaptain.sh/docs/commandline/fuse.html#healthcheck.timeout)
分析实例日志,判断是否真的超时
或某些应用程序启动问题。您可以通过发出
boxfuse 日志 vb-312f2f77
(更多信息:https://cloudcaptain.sh/docs/commandline/logs.html)
我的实例在 60 秒内无法启动。如何增加超时时间?
我在本地和 AWS 上遇到的错误是:
ERROR: Time out: Payload of Instance vb-312f2f77 failed to come up within 60 seconds at http://127.0.0.1:8888/ !
有两个可用的修复/原因:
增加健康检查超时。例如增加 您可以使用默认的 60 到 120 秒 boxfuse 保险丝 payload.war -healthcheck.timeout=120 (更多信息:https://cloudcaptain.sh/docs/commandline/fuse.html#healthcheck.timeout)
分析实例日志,判断是否真的超时 或某些应用程序启动问题。您可以通过发出 boxfuse 日志 vb-312f2f77 (更多信息:https://cloudcaptain.sh/docs/commandline/logs.html)