[google-appengine] Re: Latency problems

2013-06-27 Thread Aleksei Rovenski
We are having now 20-40 instances where normally there are 2-4 for this load, so went up about 10 times. Just look at this pathetic screenshot http://clip2net.com/s/5iO2VD And look how nicely billing instances grow http://clip2net.com/s/5iO47p while requests per second just a bit http://clip2net

[google-appengine] 500 error during login redirect if using many google accounts

2013-06-27 Thread Matt Jibson
Redirected from https://appengine.google.com/_ah/conflogin to http://www.goread.io/_ah/conflogin yields a 500 if a user is logged in to ~5 google accounts, on both chrome and firefox. Anyone seen this? Document here: https://github.com/mjibson/goread/issues/25 -- You received this message becaus

[google-appengine] IS GOOGLE EVER GOING TO FIX THE UNSTABLE ISSUE?

2013-06-27 Thread Ray
Sorry for caps but the instability issues have been occurring for weeks. Yet no respond in this group or notification from Google that they are working on it. Do Google realise the issues? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

Re: [google-appengine] Re: Flood of warm up requests!

2013-06-27 Thread husayt
We experience the same issue with thousands of warmup requests. What is going on? Why nobody from google has not replied yet? On Wednesday, 26 June 2013 17:43:10 UTC+1, Rafael Sanches wrote: > > Same here. It's extremely frustrating that the appengine team wasn't > capable of making a very simpl

[google-appengine] Re: Process warnings

2013-06-27 Thread GregF
The problem is still occurring, but to a lesser extent - latencies are now only 5 times normal. I have many more instances than normal, but don't seem to be being billed for them. On Thursday, 27 June 2013 18:28:27 UTC+12, GregF wrote: > My app started having terrible latency and logging the fo

[google-appengine] Re: Latency problems

2013-06-27 Thread GregF
That URL doesn't work for me - have they deleted that issue? Any more details would be very useful. On Friday, 28 June 2013 08:39:21 UTC+12, burlug wrote: > > About latency problems and reporting issues: > > Recurring latency problems just past 'billing reset'-time seems to > occur/are reported

Re: [google-appengine] Redirect if login is under wrong domain.

2013-06-27 Thread Vinny P
Hello Alexis, On Thu, Jun 27, 2013 at 12:57 PM, Alexis Larry wrote: > > How can I make it redirect to the Google sign in page and continue to > redirect to the log in page if signed in under the wrong domain. > Sometimes this error occurs when you're signed in under multiple Google accounts (for

[google-appengine] Re: Latency problems

2013-06-27 Thread Bartosz KoƂodziej
We have the same problems with one of our apps. On Thursday, June 27, 2013 5:02:49 PM UTC+2, Kyle Baley wrote: > > We've been having severe latency issues for about an hour now. Haven't > made any changes to our system for some time. We have a couple of apps and > it *appears* to be affecting on

[google-appengine] HTTPS requests aborts after 2 secs

2013-06-27 Thread sreejith
Hi there, We have a deployed java application on GAE. We have enabled SNI SSL certificates. For the last few days, we have observed that that any HTTPS request that are taking more than 2 seconds are getting aborted by server (as reported by browser). This is consistently happening on FF, IE

[google-appengine] Redirect if login is under wrong domain.

2013-06-27 Thread Alexis Larry
I am trying to create a web app and I have it to where you are required to log in. When I change authentication to Google Apps Domain and put in the domain, if I am not logged into any account it sends me directly to a page with the following message: Error: Server ErrorThe server encountered an

[google-appengine] Re: Server Error 500 and requests canceled due to timeout

2013-06-27 Thread Henrik Isaksson
I've seen similar problems with one of my GAE apps. Many requests time out. It has been like this for the past two days. Latency is extremely high, even for statically served, unchanged files. Just look at these log entries - 1,8 seconds just to report a 304 not mofified?? 2013-06-27 09:32:29.

[google-appengine] Can not uploading wordpress to google app engine, please help me ?

2013-06-27 Thread support
I can not uploading wordpress to google app engine. Command export: C:\Users\langame>appengine-php-sdk-1.8.1\appcfg.py update -R --runtime=php E:\CODE\All_Project\wordpress 10:14 PM Host: appengine.google.com 10:14 PM Application: x; version: wordpress 10:15 PM Starting update of app: x

[google-appengine] Re: Latency problems

2013-06-27 Thread burlug
About latency problems and reporting issues: Recurring latency problems just past 'billing reset'-time seems to occur/are reported since the end of february- and guess what: not any reaction from Google. Probably too busy with their funny glasses. https://code.google.com/p/googleappengine/i

[google-appengine] Re: Latency problems

2013-06-27 Thread GregF
Same thing here - see my post further down the list. We have two virtually identical apps for NZ and Australia, and this affected only the NZ one. Latency (even for static resurces) went up by ten times, causing lots of timeouts and warnings that processes "had a problem". It now seems to have

[google-appengine] CSS being ignored on local development server

2013-06-27 Thread tom
We'd been seeing 'ignored' CSS for a while when loading pages from the local development server. After many months of hard reloading the page, we finally figured out the issue, which I filed here: https://code.google.com/p/googleappengine/issues/detail?id=9411 I'm posting it here in case you're

Re: [google-appengine] Re: create_bulkloader_config doesn't reflect the latest schema changes

2013-06-27 Thread Hooman Korasani
Hi Jesse, First off thank you so much for replying to this issue. We are a young startup and are in process of migrating from AWS to GAE. On day one (early this week) the bulkloader worked nicely even despite the HRD. I understand I can't rely on it, but how else do we transfer our data to go

[google-appengine] Re: create_bulkloader_config doesn't reflect the latest schema changes

2013-06-27 Thread Jesse Rohwer
Hi Hooman, Bulkload operations on the HRD are eventually consistent, which means you cannot use bulkloader with HRD and be guaranteed to get up-to-date data. You can read more in the bulkloader docs: https://developers.google.com/appengine/docs/python/tools/uploadingdata In particular, *Note: *

Re: [google-appengine] Re: Latency problems

2013-06-27 Thread Francois Masurel
Yep, you're right, they should at least change their automated message template from time to time ;-) On Thursday, June 27, 2013 5:48:10 PM UTC+2, Kyle Baley wrote: > > Ya, the list of recent downtime > notificationsdoesn

Re: [google-appengine] Re: Latency problems

2013-06-27 Thread Kyle Baley
Ya, the list of recent downtime notificationsdoesn't inspire a lot of confidence but this is the first time it's affected us dramatically in some time. In any case, we seem to be more stable now for about an hour so fingers a

[google-appengine] Re: Latency problems

2013-06-27 Thread troberti
We had something similar yesterday morning for one of our apps. Lasted for about 3 hours. Today, on a different app, I saw a lot of very slow timeouts (60+) on some requests handlers which caused hundreds of extra instances to be launched.. So something is still going on. On Thursday, June 27

[google-appengine] Latency problems

2013-06-27 Thread Kyle Baley
We've been having severe latency issues for about an hour now. Haven't made any changes to our system for some time. We have a couple of apps and it *appears* to be affecting only one at the moment. (bookedin-prod.appspot.com) Is anyone else having trouble? We've got some pretty testy clients o

Re: [google-appengine] Re: dynamic image creation on app engine python

2013-06-27 Thread Martin Ceperley
Sure, you can create a request handler to output image data to the browser, however image processing can be rather slow so you probably want to store the data in blob store or datastore and serve that. The advantage of the blobstore is that you can get a URL to serve the image directly and auto

[google-appengine] ApiProxy$CallNotFoundException in api.labs.servers

2013-06-27 Thread husayt
I am trying to get default version of appengine app by running the following: import com.google.appengine.api.labs.servers.ServersService; import com.google.appengine.api.labs.servers.ServersServiceFactory; ... ServersService ssf = ServersServiceFactory.getServersService(); String defaultVersio

Re: [google-appengine] New App on AppEngine

2013-06-27 Thread Jeff Schnitzer
What are you spending money on? Instance hours? Datastore ops? If it's instance hours, try setting Idle Instances to "Automatic - 1" (that is, max idle instances 1). If it's datastore ops, use appstats to figure out why you are using so many and cut those down. The usual culprits are skip or count