[google-appengine] Re: idle/dynamic frontend instances not load balanced correctly

2012-12-21 Thread Michael Hermus
Unfortunately, your experience is typical. The current GAE load balancing 'scheduler' seems to be very poorly optimized for lower volume applications. On Friday, December 21, 2012 1:00:52 AM UTC-5, Kesava Neeli wrote: > > Hi, > > We have been using AppEngine for our production application for ove

Re: [google-appengine] Re: Urgent, Need Help: Instances are shutting down after a couple minutes of inactivity.

2012-12-21 Thread Carl Schroeder
I've been sacrificing unicorns to dark powers...clearly I have been doing it wrong. That probably explains some unusual behavior in other parts of my app. AFK pentagrams. :( On Thursday, December 20, 2012 7:51:35 PM UTC-8, Cesium wrote: > > Ready for this? > > Now, a single instance survives for

[google-appengine] Random memcache errors

2012-12-21 Thread Sekhar
I'm seeing sporadic memcache errors on our app (wellaho-sanitas). Happened yesterday and just now. Basically, put would fail with errors like "Error setting single item" and no stats show up on the memcache viewer page. Everything starts working again after a few minutes. Any idea what's going

[google-appengine] Java unit test: Email body is empty

2012-12-21 Thread Moritz
Hi Group, in my project, the email body is empty when I run it in a Java unit test. I took the example from the docs: Properties props = *new* Properties(); Session session = Session.getDefaultInstance(props, *null*); Message msg = *new* MimeMessage(session); m

Re: [google-appengine] Re: Error code 202

2012-12-21 Thread Mahamad El Tanahy
Hi All, We're getting similar errors in an app. We're trying to import data from a CSV file into the app engine (which translates to millions of records), and the process itself takes around 4 hours. However, very regularly the process gets interrupted with the following error: 2012-12-17 11

Re: [google-appengine] My indexes keep building since last week

2012-12-21 Thread Віндрій Лавріненко
It seems like it's the same with my app "calendartimer". Could you, please, check it too? Le jeudi 20 décembre 2012 00:05:39 UTC+2, Takashi Matsuo (Google) a écrit : > > > Hi Herbert, > > I just saw all of your indexes are in the serving state. Presumably your > app is OK now, but please let me

[google-appengine] Datastore write costs

2012-12-21 Thread Ryan Chazen
Hi - I find the following a bit confusing - is it correct? Using unindexed properties only: If I write 10 numbers in a list to the datastore, _ah/admin on the local dev server shows 10 write operations. If I write 10 numbers inside an embedded entity (or comma delimited), the local dev server s

Re: [google-appengine] Illegal argument erros when fetching a object from datastore with primay key

2012-12-21 Thread Takashi Matsuo
Hi Kesava, Can you file an issue on our issue tracker with full stack-trace, the date and time of occurrence, your app-id, etc? On Thu, Dec 20, 2012 at 10:11 PM, Kesava Neeli wrote: > Hi, > > We are using HR datastore for our data needs for our application. We had > some promotions in our app

Re: [google-appengine] Random memcache errors

2012-12-21 Thread Takashi Matsuo
Hi Sekhar, Is it possible for you to catch the exception and gracefully handle the situation? For what purpose are you using memcache? On Fri, Dec 21, 2012 at 8:49 AM, Sekhar wrote: > I'm seeing sporadic memcache errors on our app (wellaho-sanitas). Happened > yesterday and just now. Basically

Re: [google-appengine] Datastore write costs

2012-12-21 Thread Takashi Matsuo
Hi Ryan, Can you tell me how you configure that property to be unindexed, or even share the reproducible code? It seems odd to me. On Fri, Dec 21, 2012 at 1:29 PM, Ryan Chazen wrote: > Hi - I find the following a bit confusing - is it correct? > > Using unindexed properties only: > > If I writ

Re: [google-appengine] My indexes keep building since last week

2012-12-21 Thread Takashi Matsuo
Hi Віндрій, *Showing results for celendartimer * I've just confirmed that your index is ready now. Enjoy :) On Fri, Dec 21, 2012 at 10:33 AM, Віндрій Лавріненко wrote: > It seems like it's the same with my app "calendartimer". Could you, > please, check it too? > > Le jeudi 20 décembre 2012 0

[google-appengine] Re: Java unit test: Email body is empty

2012-12-21 Thread Joakim
This is normal: > By default, messages are logged at Level.INFO and the body of the message > is excluded. > https://developers.google.com/appengine/docs/java/tools/localunittesting/javadoc/com/google/appengine/api/mail/dev/LocalMailService On Friday, December 21, 2012 1:31:18 PM UTC+1, Moritz w

Re: [google-appengine] Re: Urgent, Need Help: Instances are shutting down after a couple minutes of inactivity.

2012-12-21 Thread Christina Ilvento
Hi All, Would you mind sending app-ids that you're seeing this behavior for? Please feel free to send them to me directly or to link any issues you have filed in our issue tracker so that we can investigate. Thanks, Christina On Fri, Dec 21, 2012 at 8:39 AM, Carl Schroeder wrote: > I've been