[google-appengine] suddenly my apps consumes hundreds of instances

2013-08-20 Thread Alain de Raynal
my app (id=cheatsheetwizard) started to created hundreds of instances at 7:25pm PST it is now 45 minutes later and the problem is not resolved last time I pushed a new version was 3 hours ago and there is no additional traffic. I have no idea what causes this spike. as a result most of the

[google-appengine] What's going on with the high latency ?

2012-02-28 Thread Alain de Raynal
http://code.google.com/status/appengine/detail/datastore/2012/02/28#ae-trust-detail-datastore-get-latency my apps have been unreachable for the past 30 minutes... please help -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

Re: [google-appengine] Re: What's going on with the high latency ?

2012-02-28 Thread Alain de Raynal
missing during the migration, and then you'll be back at square 1. At least that's my situation right now, again. But yeah, your only choice is really to find a way to migrate to the HRD. On Feb 28, 8:31 pm, Alain de Raynal aderay...@gmail.com wrote: http://code.google.com/status/appengine

Re: [google-appengine] Re: What's going on with the high latency ?

2012-02-28 Thread Alain de Raynal
oh I see on the status page now: 11:20 AM - 11:35 AM Datastore M/S elevated Error Rates The M/S Datastore experience elevated error rates. will we get more info from google engineers ? On Tue, Feb 28, 2012 at 2:49 PM, Alain de Raynal aderay...@gmail.comwrote: what makes you think

Re: [google-appengine] Re: what happened do the datastore statistics ?

2011-12-16 Thread Alain de Raynal
thanks, I've just done that: http://code.google.com/p/googleappengine/issues/detail?id=6571thanks=6571ts=1324051562 On Fri, Dec 16, 2011 at 1:22 AM, Kenneth kennet...@aladdinschools.comwrote: It's working fine for me, you might want to put in a production issue. -- You received this message

Re: [google-appengine] Re: what happened do the datastore statistics ?

2011-12-16 Thread Alain de Raynal
to see if there is a way of avoiding the datastore_stat explosion. On Dec 16, 4:14 pm, Alain de Raynal aderay...@gmail.com wrote: Hi everyone, the datatore statisctics page my gae console does not let me select a specific entity kind anymore and all the queries on the __Stat_Kind__ table

[google-appengine] what happened do the datastore statistics ?

2011-12-15 Thread Alain de Raynal
Hi everyone, the datatore statisctics page my gae console does not let me select a specific entity kind anymore and all the queries on the __Stat_Kind__ table return zero result. this started 2 or 3 days ago... is it just for my app ? Thx, Alain -- You received this message because you are

[appengine-java] Timeout exceptions in paypalx-gae-toolkit appearing today

2011-09-20 Thread Alain de Raynal
Hi everyone, My integration with paypal adaptive payment was working fine until today... I've used the paypalx-gae-toolkithttp://code.google.com/p/paypalx-gae-toolkit/ without any problem for the past 9 months Then suddenly this afternoon, I started getting Exception while processing simple

Re: [appengine-java] Re: Problems in deployment

2011-02-15 Thread Alain de Raynal
I had the same problem last night and again tonight but not this morning (I'm on the West Coast of the US) hopefully it will work better tomorrow, but I'm losing a lot of time... On Tue, Feb 15, 2011 at 9:11 PM, bgood ben.mcgee.g...@gmail.com wrote: Same for me. This happened after updating

[google-appengine] Re: urlFetch does not retrieve accentuated characters ?

2009-06-11 Thread Alain de Raynal
Here is a simple fix to the jsp page from the previous post: BufferedReader in = new BufferedReader(new InputStreamReader(content,ISO-8859-1)); Thanks Yohann! On Mon, Jun 8, 2009 at 10:04 PM, Alain de Raynal aderay...@gmail.comwrote: Below is a short jsp page that illustrates the problem I'm

[google-appengine] Re: Cron - Too many continues

2009-06-08 Thread Alain de Raynal
Thank Wobble and Ian. I removed the HttpServletRequest.sendRedirect from the servlet handling my cron job and it now succeeds. I will keep my ears open for the background process api... 2009/6/7 Ian Lewis ianmle...@gmail.com Just a related thought, this kind of thing should be a non-issue

[google-appengine] Re: urlFetch does not retrieve accentuated characters ?

2009-06-05 Thread Alain de Raynal
Hello again, one week later, the problem is slightly different: When I tried the same operation from the gae servers, urlFetch returns Adri�n B�ltre instead of the expected Adrián Béltre The accentuated characters are no longer recognized... Does anybody know what has changed in the past week ?