GAE - 替换 app.yaml 上的 vm:true 标志

GAE - replacement for vm:true flag on app.yaml

我一直在 app.yaml

上使用标准环境设置 vm:true

我知道这个标志现在已被弃用,我以后将无法使用它...我也知道 Flexible Environment 目前处于 Beta 阶段,所以我的问题是 env:flex 可以替代 vm:true 吗?如果是的话到时候会稳定吗?

谢谢

一般来说,Beta 产品没有 SLA,这一点在 App Engine Flexible Environment 中突出显示:

This is a Beta release of the App Engine flexible environment. It is not covered by any SLA or deprecation policy and the implementation may change, possibly in backward-incompatible ways. It is not recommended for production use.

但是,Upgrading to the Latest App Engine Flexible Environment Beta Release中有这个注释(强调我的):

All applications created in the vm:true environment will continue to work for at least 6 months after the App Engine flexible environment becomes generally available. At that point, all customers need to switch to the env:flex environment.