Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine appcfg.py使用应用程序引擎模块迁移\u流量_Google App Engine - Fatal编程技术网

Google app engine appcfg.py使用应用程序引擎模块迁移\u流量

Google app engine appcfg.py使用应用程序引擎模块迁移\u流量,google-app-engine,Google App Engine,我正在尝试使用appcfg.py migrate_流量,但将其与模块一起使用时出现500错误。文档说明可以指定模块: The 'migrate_traffic' command gradually gradually sends an increasing fraction of traffic your app's traffic from the current default version to another version. Once all traffic has been mig

我正在尝试使用appcfg.py migrate_流量,但将其与模块一起使用时出现500错误。文档说明可以指定模块:

The 'migrate_traffic' command gradually gradually sends an increasing fraction
of traffic your app's traffic from the current default version to another
version. Once all traffic has been migrated, the new version is set as the
default version.

app.yaml specifies the target application, version, and (optionally) module; use
the --application, --version and --module flags to override these values.

Can be thought of as an enhanced version of the 'set_default_version'
command.
如果我对一个模块进行尝试,我会得到以下错误

Error 500: --- begin server output ---

Server Error (500)
A server error has occurred.
--- end server output ---

位于(MigrateRaffic)的源代码似乎根本没有使用该模块。这是appcfg.py中的错误还是appengine中缺少的功能?

我向谷歌支持部门提交了一份申请单。答案是模块还不受migrate_流量的支持。没有关于何时支持它们的预计到达时间。我认为当前版本的appcfg.py在迁移流量的帮助中也没有突出提到模块