[google-appengine] Re: Google App Engine SDK 1.9.18 is now available

2015-02-20 Thread Iron Mountain Foundry
There is an annoying behavior in this newest release that requires confirmation in a browser window every time the Deploy button is clicked: http://stackoverflow.com/questions/28622954/annoying-new-confirmation-page-in-google-app-engine-launcher -- You received this message because you are

[google-appengine] Re: AppEngine issue

2015-02-20 Thread M. Hossein Amerkashi
My AppId is Ai2LiveComplete. Please let me know what info I can provide to narrow down the issue. Instances just went up by 1 (to 3) and then back to 2! THANKS On Friday, February 20, 2015 at 4:22:26 PM UTC-5, M. Hossein Amerkashi wrote: Hi, Is anyone experiencing issues with the

[google-appengine] AppEngine issue

2015-02-20 Thread M. Hossein Amerkashi
Hi, Is anyone experiencing issues with the appengine? I've been unable to load any projects for past 1 hour - please see attached. THANKS -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

[google-appengine] Re: AppEngine issue

2015-02-20 Thread M. Hossein Amerkashi
Mysteriously the issue is resolved! On Friday, February 20, 2015 at 4:44:56 PM UTC-5, M. Hossein Amerkashi wrote: My AppId is Ai2LiveComplete. Please let me know what info I can provide to narrow down the issue. Instances just went up by 1 (to 3) and then back to 2! THANKS On

[google-appengine] Problems With PHP App Engine Project Reading From gs://

2015-02-20 Thread Greg Priday
My app (siteorigin-updates) has been experiencing quite a few problems over the last few days. As far as I can tell the issue is related to App Engine connecting to Cloud Storage. I'm using the PHP runtime. Calls to functions like readfile and opendir/readdir are sometimes not working properly

[google-appengine] Slow Uploads - It's killing me and my app

2015-02-20 Thread Kaan Soral
It's killing me, as I have no idea why, It's also the most black-box system of App Engine, I have no control over uploads A 470kb upload completes in ~10 seconds, a 1.5MB upload sometimes takes around 7 minutes, and sometimes it fails, sometimes it works just expected (It gets stuck around 80%

Re: [google-appengine] Slow Uploads - It's killing me and my app

2015-02-20 Thread PK
Uploads have been inconsistent and occasionally slow in the past but have been stable for me lately. Turning off the precompilation step in Python has alleviated the issue. PK http://www.gae123.com On Feb 20, 2015, at 8:01 AM, Kaan Soral kaanso...@gmail.com wrote: It's killing me, as I

Re: [google-appengine] Slow Uploads - It's killing me and my app

2015-02-20 Thread Kaan Soral
That's very interesting, sometimes such changes leave false impressions, as the app, maybe even by chance, get a better datacenter/section after a deployment (this was my impression previously, while I was testing another issue) Shouldn't pre-compilation improve performance instead? (or leave

Re: [google-appengine] Slow Uploads - It's killing me and my app

2015-02-20 Thread Joshua Smith
You guys are talking about different things. One of you is talking about the time it takes to update the app version (turning off precomp helps) The other is talking about the time it takes to upload files into a running app (precomp is irrelevant because it’s probably a temporary glitch in

Re: [google-appengine] Slow Uploads - It's killing me and my app

2015-02-20 Thread PK
Joshua, not sure how one tells the difference of what you call different things. I always update files and occasionally this does includes a new version number. Kaan, frankly the times I had to turn off pre compilation nobody noticed any performance difference. I assume that pre compilation

Re: [google-appengine] Slow Uploads - It's killing me and my app

2015-02-20 Thread Joshua Smith
He mentioned blobstore. I think he’s talking about uploads to his app, like from a form. Not uploading code. On Feb 20, 2015, at 2:13 PM, PK p...@gae123.com mailto:p...@gae123.com wrote: Joshua, not sure how one tells the difference of what you call different things. I always update

Re: [google-appengine] Slow Uploads - It's killing me and my app

2015-02-20 Thread PK
On second reading Joshua is of course right, please ignore my input. On Feb 20, 2015, at 11:32 AM, Joshua Smith mrjoshuaesm...@gmail.com wrote: He mentioned blobstore. I think he’s talking about uploads to his app, like from a form. Not uploading code. On Feb 20, 2015, at 2:13 PM, PK