How to set my default version in Google App Engine

独自空忆成欢 提交于 2019-12-11 10:55:51

问题


I'm working on a google app engine app that, after a lot of progress, has multiple versions deployed. I'd really like to switch the default version, which is the very first version of the app, to something more recent, but there doesn't seem to be any way to actually do that.

This article https://gae-php-tips.appspot.com/2013/06/25/harnessing-the-power-of-versions-on-app-engine/ claims there is a "Make Default" button under the version tab, but shows an older version of the console.

In the new version of the development console, there is no such button. This seems like an extremely key feature, and I'm not sure why they've obfuscated it.

Can anyone point me in the right direction?? Thanks!


回答1:


Currently you can use "Migrate traffic" feature to tell App Engine which version should receive 100% of all requests.

If, at some point, you may want to test a new version, you have an option of splitting all incoming requests between two or more versions of your app.



来源:https://stackoverflow.com/questions/37472662/how-to-set-my-default-version-in-google-app-engine

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