how do I restart the live google app engine server? -


i keep getting 'that user can undo transaction "appcfg rollback"' error, want know, how can restart server, instead of trying deploy?

step 1:

appcfg.py rollback .

output:

06:36 pm application: blah-app-dev-2 06:36 pm host: appengine.google.com 06:36 pm rolling update.

step 2: appcfg.py update workers/workers.yaml

output:

06:37 pm host: appengine.google.com 06:37 pm application: blah-app-dev-2; module: workers; version: v1 06:37 pm starting update of app: blah-app-dev-2, module: workers, version: v1 06:37 pm getting current resource limits. 06:37 pm scanning files on local disk. error 409: --- begin server output --- transaction user jill in progress app: s~blah-app-dev-2, version: v1. user can undo transaction "appcfg rollback". --- end server output ---

now what?

you can shut down instances in developer console, not solve problem. have execute rollback command.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -