When trying to update my application on GAE I get a message stating another transaction is in progress and it suggests undoing the the transaction by running appcfg rollback
. I have encountered this many times before and running the appcfg rollback
has always resolved the issue. This time it is not working.
I ran the appcfg rollback
and it appears to have worked successfully but I am still unable to update my app (I continue to get the 409 Conflict error). I have tried changing versions of the app I am updating and I still get the same error. I was able to deploy my code to a different app, so the issue is specific to this one GAE instance.
Does anyone have any suggestions on what might be causing this problem?