appcfg

Parallel Module Deployment using App Engine SDK

坚强是说给别人听的谎言 提交于 2021-02-07 09:29:30
问题 TL;DR Is there a way to deploy App Engine modules in parallel? I've built a go application using Google's App Engine SDK for Go. This application defines multiple modules. These modules are self-contained, and do not require any sort of dependency across other modules. When I attempt to deploy the modules to the Google Cloud, I can't help but notice that the modules are uploaded sequentially. This would be fine if deployment was relatively quick, but each module requires it's own redundant

How to set Google Apps Engine appcfg to use SSH tunnel?

梦想与她 提交于 2019-12-13 08:58:51
问题 I set a ssh tunnel using putty and configured windows setting and Firefox proxy to browse the internet through it. It works perfectly. Now I want to upload my GAE app via the same ssh tunnel. What do I have to do to do it ? 回答1: In Windows you could get a software that would socksify the app you need to use the tunnel (socks proxy), google some of these for more details: SocksCap FreeCap WideCap etc... 来源: https://stackoverflow.com/questions/31646879/how-to-set-google-apps-engine-appcfg-to

Google datastore backup to local dev_appserver

不打扰是莪最后的温柔 提交于 2019-12-12 04:27:11
问题 I'm trying to follow those instructions: https://gist.github.com/jehna/3b258f5287fcc181aacf I've downloaded my backup, made the script go to the path but it seems like the code won't get into the loop "for record in reader:" on windows. I read about it and from my impression it has to do with to format of the file (leveldb) which is not supported in windows that good. Do you have any insights/solutions about that? Thanks 回答1: This code work on windows when chaging file openning permissions

appcfg.py not working in command line

99封情书 提交于 2019-11-26 10:01:21
问题 I\'m just having a bit of trouble understanding why this command: >appcfg.py -A adept-box-109804 update app.yaml as given by the Try Google App Engine Now page does not work. I have downloaded the App Engine SDK for Python, and have Path set up to point to the location of appcfg.py, but running appcfg.py in my projects root directory does not work in the command line. I either have to navigate to the folder containing appcfg.py and do >python appcfg.py help or do >python \"C:\\Program Files