Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们开始在沙盒环境中使用托管虚拟机,并体验到即使应用程序的多个实例正在运行,该平台并没有以一种rolling方式推出它们,因此我们在部署时经常达到 503。
rolling
我们是否遗漏了健康检查等方面的内容?
托管 VM(Flex 环境)尚不支持完全滚动更新。推荐的方法是始终部署到新的增量版本,确保新版本服务良好,然后使用流量拆分功能开始增加生产流量。