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

2013-01-22 Thread Jeff Schnitzer
I'm not convinced that high traffic apps fair any better, except perhaps that user-facing loading requests are a smaller percentage of the total load. I've heard people with high-traffic apps on this list say "it's fine" but I've not heard any quantitative metrics like % of requests that go to col

[google-appengine] Launcher can't connect to App Engine servers

2013-01-22 Thread Kai Skye
My website has been running fine for a month. There isn't anything abnormal in the admin console or server logs. However, since early today, whenever I try to deploy my website from Launcher, I receive this error: 12:03 AM Getting current resource limits. 2013-01-23 00:03:31,413 ERROR appcfg.py:

Re: [google-appengine] Do F1 F2 F4 Google App Engine frontend instances really cost more

2013-01-22 Thread Michael Sander
I've run some tests and F2 is certainly faster than F1, especially at CPU intensive things such as generating templates. Unfortunately, it also seems to be close to double the price. On Tuesday, July 24, 2012 1:25:04 PM UTC-4, Douglas Pollock wrote: > > Yes, as it stands right now, you need to r

[google-appengine] insane number of warmup requests exhaust entire daily quota

2013-01-22 Thread Saurabh Gupta
Hello Google, My app was hit with 4.43k warmup requests in a 6 hr period that totally exhausted my daily budget: there was no other significant activity going on at that time. Can you please help explain what was going on and how I can prevent this in the future? Thanks, Saurabh -- You rece

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

2013-01-22 Thread Carl Schroeder
The key to being a low traffic app on appengine is to not to be a low traffic app on appengine. I use a script to pepper some dynamic URLs that incur no API costs. I endeavor to keep at least one dynamic instance alive, and sadly I also have to have 1 resident instance as well. It keeps the site

[google-appengine] Re: Still having issues with my app - no deploys for last couple of moth

2013-01-22 Thread Tomas
I'm still facing tons of different exceptions which seems to be GAE issues - as always, GAE status all green. Having these for last three days, I haven't done any deploy and the app was running fine for last >6 months. com.google.apphosting.api.ApiProxy$CancelledException: The API call memcache

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

2013-01-22 Thread Francois MASUREL
In fact I succeeded in keeping one instance alive using PingDom service. But it still keeps starting new instances very frequently. It looks like pending latency setting doesn't work at all (set to 15s min for my app). François On Tue, Jan 22, 2013 at 11:43 PM, Cesium wrote: > Please accept

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

2013-01-22 Thread Cesium
Please accept my apology for being flippant. I am going to try an experiment inspired by Jeff's idea. Jeff wrote: > > > /some-non-static-url > every 1 minutes > > > This will keep one instance warm. > Jeff But instead of a fixed 1 minute interval, it will b

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

2013-01-22 Thread Francois Masurel
Sadly, nothing changed for me : 20 loading requests over the last 30 minutes, instances are killed almost immediately. On Tuesday, January 22, 2013 11:16:51 PM UTC+1, Cesium wrote: > > Step 1: Sprinkle sour Skittles on the floor. (Sour, NOT regular Skittles.) > Step 2: Wait for Google to releas

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

2013-01-22 Thread Cesium
Step 1: Sprinkle sour Skittles on the floor. (Sour, NOT regular Skittles.) Step 2: Wait for Google to release the unicorns for feeding. Step 3: When unicorns eat sour skittles, they release low latency mojo. Step 4: How the heck should I know? I just sit on my rear, day after day and watch the sch

[google-appengine] Ask Maven GAE Plugin to forget login credential

2013-01-22 Thread Donal Óg McCarthy
Hi, Sorry for disturbing, I'm trying to deploy an application to this account using maven-gae-plugin but I entered another account accidentally. Now the login credential is saved somewhere, but I want to deploy it to this account, could you please tell me is there anyway to ask maven to forget

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

2013-01-22 Thread Francois Masurel
Great ! But how did you get there? François On Tuesday, January 22, 2013 5:28:48 PM UTC+1, Cesium wrote: > > For the record: > > Now my app is running so smooth on a single instance. No new instances > being created. Latency is low. > > My depression is gone. > > Now, I am truly gobsmacked. > >

Re: [google-appengine] Weird scheduler behavior (again)

2013-01-22 Thread Francois Masurel
Hi Takashi, Thanx for trying to help. Is there a particular reason why all this information from SO isn't in the official GAE documentation? Could you explain a bit more how the instance class CPU limit can be reached and what we can do to avoid it? Thanx again for your help. François PS:

[google-appengine] Re: Querying multiple entity groups

2013-01-22 Thread Dwayne Harris
Yes. Datastore queries depend on indexes, not entity groups. The only drawback of querying the datastore for entities that are not within the same entity group (non ancestor queries) is eventual consistency. On Saturday, January 19, 2013 3:21:22 PM UTC-5, Waltonz wrote: > > > I would like to get

[google-appengine] Re: Serious HRD Migration Problem: Mail Recipients Limited

2013-01-22 Thread David Hogg
Thanks. It has been a week and billing happened mid-way through the week on the new app (I also find it hard to believe that migrating to HRD would by design cause such a disruption in mail service!). On Tuesday, 22 January 2013 12:18:28 UTC-7, Jim wrote: > > I had the same experience when migr

Re: [google-appengine] Serious HRD Migration Problem: Mail Recipients Limited

2013-01-22 Thread David Hogg
Thanks. I have requested the quota increase. It has been a week now and I have had a billing charge on the new app cleared several days ago. Still no fix. Upgrading to premier is $500/month which simply doesn't make sense at the moment for my app. I would happily pay for support call if there w

[google-appengine] Re: xml file

2013-01-22 Thread Blaine Garrett
If you use python2.7on AppEngine, the lxml library is supported . http://stackoverflow.com/questions/1894696/python-lxml-on-app

[google-appengine] getting deploying problem

2013-01-22 Thread Sangam Dubey
hi, when i deployed my application i got and error that your --use_java7 flag ids not set.how to set the flag hel me put please -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://group

Re: [google-appengine] Weird scheduler behavior (again)

2013-01-22 Thread Takashi Matsuo
Hi François, The basic rule to determine a need for a new instance is described here: http://stackoverflow.com/questions/11525717/when-does-the-app-engine-scheduler-use-a-new-thread-vs-a-new-instance Other than that, there can be some rare-case scenarios where the scheduler need to spawn a new in

[google-appengine] Re: Serious HRD Migration Problem: Mail Recipients Limited

2013-01-22 Thread Jim
I had the same experience when migrating to HRD. The migration went very smoothly otherwise, but what happens is that you move your app to the new HRD app instance, and you enable billing. But it takes about a week for the billing plan to kick into place, and in the meantime you're stuck with

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

2013-01-22 Thread Gregory D'alesandre
Hello All, Please take my comment as a comment and not legal guidance as any legal guidance needs to come from your own legal counsel based on our terms of service. But, that clause is in our ToS as App Engine is not built to be or regulated as a telecommunication service and as such anyone who w

Re: [google-appengine] Serious HRD Migration Problem: Mail Recipients Limited

2013-01-22 Thread Takashi Matsuo
Hi David, Have you requested a quota increase with the following form? https://docs.google.com/spreadsheet/viewform?formkey=dENESzEwNzJiZEdpQkRzTl9RNElVWUE6MQ#gid=0 For developer support, consider signing up to the premier account: https://developers.google.com/appengine/docs/premier/ On Tue, J

[google-appengine] Serious HRD Migration Problem: Mail Recipients Limited

2013-01-22 Thread David Hogg
I migrated my paid app (app id = happyrituals) from Master/Slave to HRD. Since that time my app has been seriously broken due to a Mail limit of 100. Beside the limit it indicates in red "Limited" - which appears to indicate a "Safety Limit" of some kind. I don't understand why this limit croppe

[google-appengine] Google Datastore viewer doesn't show lists

2013-01-22 Thread mackygood
public class User { @Id private Long id; private String account; private String password; private String logged_in; private List likes = new ArrayList(); } The strings show up in the datastore viewer but the list doesn't! Thx for any help -- You received this message because you are subscribed

[google-appengine] endpoint apimethod return type as a dependency

2013-01-22 Thread Wouter Groeneveld
Hi there, I'm using Google Endpoint's @ApiMethod on a method which returns a list of "House" objects. the House class lives in a jar file (it's part of my common domain and in another project) and has been added as a maven dependency in the pom.xml. Everything compiles but when I try to generat

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

2013-01-22 Thread kriirk
Im getting this too, as of this week. It must be Firefox related, because IE can still log in. On Friday, January 18, 2013 3:50:08 PM UTC+1, Matt Sullivan wrote: > > I have an app that has been stable and

[google-appengine] Faild to Change from String to Text to store more characters

2013-01-22 Thread qling
I replaced String with Text for one field. And when searching for old data, it came back with below exception. And idea? Based on http://groups.google.com/group/google-appengine/browse_thread/thread/282dc825f9c46684, it should have no problem. : java.lang.ClassCastException: java.lang.String

[google-appengine] Implementing Security On GAE

2013-01-22 Thread Jan Vladimir Mostert
Hi, I'm new to Google App Engine and have some question which doesn't seem to get any answers on Stack Overflow. I'd like to implement Spring Security on my GAE application, but don't want to bring along the whole Spring + Spring Beans + Spring MVC stack (they slow down startup times and use up

[google-appengine] xml file

2013-01-22 Thread abdoulaye diop
Hello everybody, i want to produce xml file with appengine. Is someone know how to do it? Thank's -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/

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

2013-01-22 Thread Michael Hermus
While Googles lack of official acknowledgement on these threads has been very frustrating, I take heart in the fact that the related tracking issue has been accepted by the team: http://code.google.com/p/googleappengine/issues/detail?id=7865 I just wish it were marked as High priority instead o

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

2013-01-22 Thread Cesium
For the record: Now my app is running so smooth on a single instance. No new instances being created. Latency is low. My depression is gone. Now, I am truly gobsmacked. David -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this

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

2013-01-22 Thread husayt
This is a major issue for us too. Can somebody from google give some official reply to this? or can they at least acknowledge this as a problem. Huseyn Gulilyev On Thursday, 17 January 2013 16:56:42 UTC, Francois Masurel wrote: > > For my low traffic website I have found that 50 new instances we

[google-appengine] Re: increased datastore latency

2013-01-22 Thread Jay
Just following up on my own post ... about 8 to 10 hours after the high latency started for this app, things went back to normal. On Monday, January 21, 2013 5:48:23 PM UTC-6, Jay wrote: > > I intended to also include the following: > > app id : galtsgulchonline > > I only had two instances servi

[google-appengine] Re: Security for Web service deployed over GAE

2013-01-22 Thread Jesús Espejo
Hello, Maybe the best solution, if you don't want to complicate your code, is to use CORS, allowing cross-requests only for the domains that you want to allow access to your RESTful API. Take a look at this: http://www.html5rocks.com/en/tutorials/cors/ El martes, 8 de enero de 2013 07:36:57 UT

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

2013-01-22 Thread Gaurav Bansal
Hi I have created a REST service and deployed over cloud using GAE. I don't want it to be accessed by any one just by using the URL. I should have some control over there to provide the authentication, may be along with the request. I explored and got some OAuth related tutorials, but could

[google-appengine] Re: Security for Web service deployed over GAE

2013-01-22 Thread Gaurav Bansal
Please do reply On Tuesday, 8 January 2013 12:06:57 UTC+5:30, Gaurav Bansal wrote: > > Hi > > I have created a REST service and deployed over cloud using GAE. I don't > want it to be accessed by any one just by using the URL. I should have some > control over there to provide the authentica

[google-appengine] Weird scheduler behavior (again)

2013-01-22 Thread Francois Masurel
Could someone from Google explain why a new dynamic instance was started though an existing one was still alive a served only 1 request for the last 15 minutes ?