Re: [google-appengine] How to change regional setting or country in Google App Engine Server

2013-07-06 Thread Vinny P
Hello, On Fri, Jul 5, 2013 at 8:54 PM, didinj wrote: > I have situation when I'm use currency(money) in google app engine java. > When I run application locally (in eclipse), it show right currency "Rp". > But when I deploy application to google app engine server currency change > to "$", I guess

[google-appengine] 100% URL Fetch Failure from 2013-07-05 20:15:34 to 2013-07-05 22:34:30 MDT

2013-07-06 Thread Cesium
I have a couple of apps on GAEJ-HRD. One app, let's call it the "client" runs a cron task every 5 minutes. That task performs URL fetches to another app of mine, let's call it the "server". Starting at 2013-07-05 20:15:34 MDT, 100% of the URL fetches failed. My re-try loops failed each time, ul

Re: [google-appengine] Datastore down

2013-07-06 Thread Vinny P
On Sat, Jul 6, 2013 at 2:54 PM, Bert wrote: > Is this happening all the time or just for some requests? > Perhaps include the code that results in the exception being thrown. > > +1. DatastoreTimeoutExceptions generally occur when applications try to put/delete large amounts of entities simultan

[google-appengine] Re: Datastore down

2013-07-06 Thread Bert
Is this happening all the time or just for some requests? Perhaps include the code that results in the exception being thrown. On Saturday, July 6, 2013 1:19:06 PM UTC+2, Daniel Florey wrote: > > Our app is not working since 2 days due to datastore outage. This is very bad > as this is causing ma

[google-appengine] Datastore down

2013-07-06 Thread Daniel Florey
Our app is not working since 2 days due to datastore outage. This is very bad as this is causing manual support/interaction for hundreds of clients. I'm getting tons of errors like this: Operation failed due to internal error, aborting com.google.appengine.api.datastore.DatastoreTimeoutExcept