Re: [google-appengine] GAE Monitoring From Third Party

2013-01-19 Thread Cesium
Brandon, What graphing routine makes the nifty plots on your monitoring page? David On Tuesday, January 15, 2013 11:05:00 PM UTC-7, Nickolas Daskalou wrote: > That's great, thanks Brandon. > > > Nick > > > > > > On 16 January 2013 15:29, Brandon Wirtz wrote: > > > > > > We are makin

[google-appengine] Re: Lots of user-facing loading requests

2013-01-19 Thread Cesium
Here we go again! My low traffic app has been running great for the past couple of weeks. Now I am seeing new instances being created every few minutes. Again, we have a change in the scheduler behavior for low traffic apps. Last time this happened I threw a fit. This time I am saddened and de

Re: [google-appengine] Re: Lots of user-facing loading requests

2013-01-19 Thread Michael Migdol
I led a team of around 8 developers that ran a cloud-based VXML developer environment. We had about 20K active developers enrolled at our peak. We had 24 hour response time to all of our developer forum posts. It is completely unfathomable to me how a company the size of Google could let urgent

[google-appengine] Re: Scale problem. How to handle traffic peak when adverting product?

2013-01-19 Thread Kaan Soral
Realistically speaking you needn't worry. 200.000 clicks is worth 20.000$'s at least, If you are talking about a facebook page with 3M likes, you are likely going to get 1-2k clicks, at best case. So I'm pretty sure any decent hosting can handle your traffic. But let's assume it will be as you

Re: [google-appengine] Re: Lots of user-facing loading requests

2013-01-19 Thread Francois MASUREL
You're totally right, we are still waiting for an official Google statement about the scheduler behavior : is GAE the right choice for low traffic apps ? On Sat, Jan 19, 2013 at 7:38 PM, Michael Migdol wrote: > I led a team of around 8 developers that ran a cloud-based VXML developer > environm

[google-appengine] Re: All my users are getting "Please use https://accounts.google.com/ServiceLogin instead." Infinite loop

2013-01-19 Thread Matthew Blain
I'm not seeing this on test app. To debug futher, more details are needed. * What is the URL you are seeing this message on? * Does it happen for all browsers? (Well, more specifically what browser are you seeing it on?) * Maybe other info, like what appid, etc. * Are you seeing any useful inf

[google-appengine] Re: Lots of user-facing loading requests

2013-01-19 Thread Martin Delemotte
Client-side retries are pretty effective. I've been testing for the last two days on a GWT app. It's probably even a bit too effective for GAE's own good I think (see pathological screenshot attached). 25 instances to serve 1 QPS... However from a user's point of view, it's close to transparent.

[google-appengine] Querying multiple entity groups

2013-01-19 Thread Waltonz
I would like to get all the entities of kind USER. Each user entity belongs to a different entity group. Is it possible to perfom a query by Kind with equality filters on the user's properties. The aim of the query is to get the entities with no intention of modifying them -- You received thi

[google-appengine] Re: Anyone interested in Java AppEngine Example Code?

2013-01-19 Thread Ales Justin
I for one am definitely interested in such examples. It will help us flush out any issues we have with out CapeDwarf env. btw: is @InvalidMail's code already public? -Ales -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discu

Re: [google-appengine] Search API Unit Tests

2013-01-19 Thread Jason Galea
fyi.. I recently found.. from google.appengine.api.search.simple_search_stub import SearchServiceStub SEARCH_SERVICE_NAME = "search" def setUp(self): self.testbed = testbed.Testbed() self.testbed.activate() ... stub = SearchServiceStub() self.testbed._r

[google-appengine] Re: TOS question - may I add a dial button

2013-01-19 Thread Alpha Scorpii
strange, why this is forbidden in the first place? On Friday, January 18, 2013 3:49:38 PM UTC+8, Marc Heinken wrote: > > I'm currently working on a CRM and help desk application where I wanted to > add a dial button to easily call back customers by phone (PSTN). > > Now paragraph 4.3(f) of the T

[google-appengine] Re: TOS question - may I add a dial button

2013-01-19 Thread Alpha Scorpii
Then what if I want to verify user's identity using a SMS / Phone call verification, that still violates the terms? On Sunday, January 20, 2013 12:03:23 PM UTC+8, Alpha Scorpii wrote: > > strange, why this is forbidden in the first place? > > On Friday, January 18, 2013 3:49:38 PM UTC+8, Marc He