问题描述
我正在研究一个谷歌应用程序引擎应用程序,经过很多进步,已经部署了多个版本。我真的很想将默认版本(这是应用程序的第一个版本)更改为更新的版本,但似乎没有任何方法可以实际执行此操作。
这篇文章声明版本选项卡下有一个Make Default按钮,但显示的是旧版本的控制台。
在新版本的开发控制台,没有这样的按钮。这似乎是一个非常关键的功能,我不确定他们为什么混淆它。
任何人都可以指向正确的方向吗?感谢!
目前,您可以使用迁移流量功能告知App Engine哪个版本应该收到所有请求的100%。
如果在某个时候您可能想要测试新版本,则可以选择在两个或更多版本的应用程序之间拆分所有传入请求。 p>
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!
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.
这篇关于如何在Google App Engine中设置我的默认版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!