[google-appengine] Re: 10 secs URLFetch limit

2010-06-29 Thread rpalmer68
I'm facing the problem and as yet don't have a workable solution I'm afraid. I'd love the max deadline timeout to be increased to at least 20 seconds. They have opened up ports which made my day, so I just hope the timeout can be increased sometime too. -- You received this message because yo

[google-appengine] Re: Is there any way to get around the Urlfetch 10 second deadline limit?

2010-06-22 Thread rpalmer68
Thanks for the replies. I'm new to all of this, but doesn't the async method still have a deadline of 10 seconds from when the "urlfetch.make_fetch_call" is made? Now since the call goes to my server and then my server could take 15 seconds to run it's task and retuen a simple "Data Added OK" or

[google-appengine] Is there any way to get around the Urlfetch 10 second deadline limit?

2010-06-21 Thread rpalmer68
Hi, I have a GAE app that is using this line; result = urlfetch.fetch(url=url, payload=encodedParams, method=urlfetch.POST, deadline=10); The problem is that the server/app the GAE app is communicating with may have to do some external lookups from another remote databse and depending on servr l

[google-appengine] Re: Problems trapping urlfetch DownloadError

2010-06-21 Thread rpalmer68
That fixed it. Thanks. On Jun 22, 9:30 am, djidjadji wrote: > Try it with > > --- > except urlfetch.Error: > --- > You need to compare to the exception class not an instance of the > exception class > -- You received this message because you are subscribed to the Google Groups "Google App Eng

[google-appengine] Problems trapping urlfetch DownloadError

2010-06-21 Thread rpalmer68
Hi, I'm very new to GAE programming and I'm having problems trapping a urlfetch error. The urfetch section of code I'm using is this; -- import urllib from google.appengine.api import urlfetch from google.appengine.api

[google-appengine] Re: Datastore timeout error trapping - help needed please.

2010-02-26 Thread rpalmer68
gleappengine.blogspot.com/2010/02/app-engine-sdk-131-includ... > > <http://googleappengine.blogspot.com/2010/02/app-engine-sdk-131-includ...>Was > this the functionality you were looking for? > > On Thu, Feb 25, 2010 at 12:01 PM, rpalmer68 wrote: > > > > > >

[google-appengine] Datastore timeout error trapping - help needed please.

2010-02-25 Thread rpalmer68
Hi everybody, I need some help as a newbie GAE coder please. I found this really helpful cookbook entry about handling datastore timeouts and have implemented it in my code; http://appengine-cookbook.appspot.com/recipe/autoretry-datastore-timeouts It's been working well and I've been getting tim

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread rpalmer68
Thanks for responding On Nov 10, 10:50 am, "Ikai L (Google)" wrote: > Hey everybody, > > We've been following this issue and we believe it consistently is affecting > a small number of applications. We're working on resolving the issue for > those of you that have been impacted as we speak.

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread rpalmer68
Down here too... "The server encountered an error and could not complete your request." Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to googl

[google-appengine] Re: High Cpu Http Requests

2009-10-08 Thread rpalmer68
I'm seeing this too, I assume it's not our apps but a logging/quata issue somewhere. Let's hope it resets and doesn;t come back. On Oct 8, 12:43 pm, Sargis Dallakyan wrote: > Greetings, > > I just checked my app and noticed a new entry called High Cpu Http > Requests in the Dashboard. When I c