我们有一个通过Bluemix Ruby服务部署到Bluemix的Sinatra应用程序。
但是,应用程序在一段时间后无法使用,我们怀疑Bluemix运行状况检查失败。我们可以看到,根据我们认为的Bluemix负载均衡器,会定期调用根(即/ route)。但是,我们的根路由受基本身份验证保护。
我们如何更改负载均衡器为我们的应用程序调用的路由?
是否有健康检查功能的文档?
答案 0 :(得分:0)
这似乎还不可能。 This recently updated documentation状态,在"暂存应用程序"下:
To validate the app health, Diego supports the same PORT-based checks that were used for DEA. However, Diego is also designed to be able to have more generic options like URL-based health checks, which might be enabled in the future.
旧的DEA architecture似乎也不支持网址运行状况检查。