在错误地从Android Studio同时部署两次之后,我遇到了“409冲突用户XYZ的另一项交易已经在进行中”。我按照建议使用appcfg rollback解除了事务:
Beginning interaction for module default...
0% Rolling back the update.
Success.
Cleaning up temporary files for module default...
问题是现在任何部署模块的尝试都没有通过99%。日志如下:
95% Will check again in 1 seconds.
98% Will check again in 2 seconds.
99% Will check again in 4 seconds.
99% Will check again in 8 seconds.
99% Will check again in 16 seconds.
99% Will check again in 32 seconds.
99% Will check again in 60 seconds.
99% Will check again in 60 seconds.
99% Will check again in 60 seconds.
...
谢谢!