SDK 1.9.46 を使用して App Engine アプリケーションをデプロイするように Gradle ビルドをアップグレードしたため、以下のようなデプロイ競合メッセージが表示されます。
Beginning interaction for module admin...
0% Created staging directory at: '/var/folders/m8/6z4h4k2x11s3whxrqmd79lym0000gn/T/appcfg2292422843793738444.tmp'
5% Scanning for jsp files.
8% Generated git repository information file.
20% Scanning files on local disk.
25% Scanned 250 files.
28% Scanned 500 files.
31% Scanned 750 files.
33% Scanned 1000 files.
34% Initiating update.
Nov 13, 2016 11:11:41 AM com.google.appengine.tools.admin.AbstractServerConnection send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/create?module=admin&app_id=the-outdoor-game&version=dev&
409 Conflict
There is an operation pending for this application: AppLock held for "Updating engine_version_id='dev' within engine_id='default'." acquired by Peter.Fortuin at 2016-11-13 09:15:05.482616 GMT. Please wait and try again or use 'appcfg rollback' to attempt to cleanly abort the current operation.
This is try #0
問題が解決しない場合のロールバック。機能しているように見える唯一のことは、App Engine SDK を 1.9.44 にダウングレードすることです。しかし、それは私が解決したくない他の問題を私に与えます.
誰でもこれを解決する方法を知っていますか? これは 1.9.46 SDK のバグでしょうか? 他に同じものを見た人はいますか?