node.js - Google App Engine Nodejs 错误 409

标签 node.js google-app-engine express google-cloud-datastore gcloud

我正在将 Node Express 应用程序与 App Engine 结合使用。一切都部署得很好,但我一定有一个中断的部署,因为现在当我尝试使用它进行部署时:

gcloud preview app deploy .

我明白了:

Error 409: --- begin server output ---
Another transaction by user <username> is already in progress for app:
s~<appId>, version: 1. That user can undo the transaction with "appcfg 
rollback".
--- end server output ---
ERROR: (gcloud.preview.app.deploy) Command failed with error code [1]

我找不到要回滚的 appcfg 文件,也找不到有关 Node 应用程序此问题的任何文档。

最佳答案

您可以使用 gcloud Preview app 部署 。 - 力量 这将在尝试部署之前隐式执行回滚(以清除部署锁定)。

关于node.js - Google App Engine Nodejs 错误 409,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28469988/

相关文章:

node.js - 在 Node/express 上安装 RapidSSL 证书

node.js - Morgan 在调用路由器后记录请求

node.js - 无法使用ejs和expressjs查找 View

node.js - 用于 node.js 和 Mongodb 的 Algolia

node.js - 如何使用 node.js 从 facebook API 获取 facebook 好友

python - 如何将 Stripe 库包含在 Google App Engine 中

javascript - 在将流发送到客户端之前重命名 Node.js 中的流

java - GAE 数据存储 : Entity deleted only after multiple calls to delete()

google-app-engine - 谷歌应用引擎 JRE 类 "Black List"

node.js - 如何映射数据以便我可以使用它来生成饼图?