简体   繁体   English

Google App Engine - 不会部署一个模块

[英]Google App Engine - One module doesn't deploy

I'm deploying my Python app on GAE using the command line interface, which has always worked without problems. 我正在使用命令行界面在GAE上部署我的Python应用程序,该界面一直没有问题。 Since yesterday, one of the modules is getting stuck on "Scanning 500 files" and in the end throws following error: 从昨天开始,其中一个模块卡在“扫描500个文件”上,最后抛出以下错误:

Another transaction by user jong.vincent is already in progress for app: s~replimeapp, version: uno. That user can undo the transaction with "appcfg rollback".

However when I rollback updates for this app, the error is still thrown on the next deployment. 但是,当我回滚此应用程序的更新时,仍会在下一次部署时抛出错误。 No clue what I can do to resolve this. 不知道我能做些什么来解决这个问题。 There is another module which refers to the same files, which has no problem deploying. 还有另一个模块引用相同的文件,部署没有问题。 No clue what I can do to get rid of this. 不知道我能做些什么来摆脱这个。 Help please! 请帮助!

Changed the name of the module and then it worked. 更改了模块的名称,然后它工作。 Very strange, but at least the problem is solved. 很奇怪,但至少问题解决了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM