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

折月煮酒 提交于 2019-12-11 06:37:15

问题


I've been using the standard environment setting vm:true on my app.yaml

I know that this flag is now deprecated and I won't be able to use it in the future... I also know that Flexible Environment is currently in Beta, so my question is, will env:flex be the replacement for vm:true? If so will it be stable by then?

Thanks


回答1:


In general Beta products come with no SLA and this is highlighted on 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.

However, there is this note in Upgrading to the Latest App Engine Flexible Environment Beta Release (emphasis mine):

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.



来源:https://stackoverflow.com/questions/40982992/gae-replacement-for-vmtrue-flag-on-app-yaml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!