[google-appengine] Timeout while fetching URL: https://accounts.google.com/o/oauth2/token

2013-06-11 Thread Thomas Tiercelin
since thursday it's very exhausting and frustrating to work with appengine (6 messages in the group downtime notify): - downtimes, - datastore latency, - oauth2 timeouts. since an couple of hours, every call to https://accounts.google.com/o/oauth2/token (service account) leads to a timeout, *th

[google-appengine] Timeout for https://accounts.google.com/o/oauth2/token

2013-04-07 Thread Pertti Kellomäki
Hi, I am accessing users' YouTube accounts using OAuth2Decorator in Python. Access worked fine until yesterday, but today I'm getting this: HTTPException: Deadline exceeded while waiting for HTTP response from URL: https://accounts.google.com/o/oauth2/token The Python traceback shows the ex

[google-appengine] Timeout when deploying Java app

2012-05-13 Thread Mustafa Paksoy
Hi, Appengine deployment script is failing when trying to deploy a new version of our Java app. I've tried several times over the last 2 hours to no avail, please assist, we need to release this update to fix critical issues for our users. Similar to the issue reported here: https://groups.goo

[google-appengine] Timeout exception

2011-08-29 Thread Tom Saulpaugh
Just today we started getting this exception when writing to the blobstore. The API call file.Create() took too long to respond and was cancelled. Is anybody else getting these? Thanks, Tom -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: [google-appengine] Timeout issues

2011-07-12 Thread John Wheeler
Vlad, I hear where you're coming from, but it turned out to be App Engine's fault. Google Engineer's you've apparently had problems making outbound HTTP calls to PayPal API endpoints for some time. There's lots of blog and news posts about it going back to 2008. I am using Java URLFetch and I

Re: [google-appengine] Timeout issues

2011-07-12 Thread vlad
Unless I am missing something URLfetch is used for accessing *other* services from GAE. You might want to look why those other services are slow. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit htt

Re: [google-appengine] Timeout issues

2011-07-12 Thread Barry Hunter
Whooa! Detail overload. On the other hand, with all that detail, I am sure the engineers have diagnosed the exact issue, and are rushing to fix the issue right now. /sarc Its not that unsympathetic, but realistically if you want actual help, rather than just having a moan, then you could help pe

[google-appengine] Timeout issues

2011-07-12 Thread John Wheeler
Hey, Is there any good reason for my URL fetch requests to be timing out right now? Your app engine just cost me two customers. You think you can hurry up and get this squared away so I don't lose any more business? Thanks?!? And, I've seen enough of the DeadlineExceededExceptions, why don't yo

[google-appengine] Timeout: datastore timeout: operation took too long.

2009-12-10 Thread myss_sy
Hello, I have a big issue with this Timeout and I don't understand why it occurs. I had red some posts about the subjects and all talk about the possibility that this error occurs even with a normal use of the datastore. But for my application, I had never encounter this error with few data in d

[google-appengine] Timeout

2009-06-04 Thread Ankur
hi, I am using simple code to copy my database table data to another table code used is users = db.GqlQuery("SELECT * FROM UserProfile") for cur_user in users: up=UserProfile1() up.user=cur_user.user up.fname=cur_user.name up.lname=cur_user.lname up.completed

[google-appengine] Timeout: datastore timeout: operation took too long.

2009-04-13 Thread Ray Malone
I'm not sure why this occurs all of a sudden. The same job runs in 600ms.Then once in a while this runs over 6800 MS and times out. I can't have jobs just timeout for no reason.According to my logs during this time the only other request was a second prior. This occurred at 04-13 09:13AM

[google-appengine] Timeout on get_by_key_name

2008-12-21 Thread Guy Rutenberg
Hi, I've a strange problem, I've a request that only calls get_by_key_name (one time) and does no further work with the Datastore. However, I'm getting a Timeout exception in this call. Is it normal? Should I try to catch the exception and re-try the get_by_key_name? I've thought that get_by_ke

[google-appengine] Timeout Exception when Accessing the datastore

2008-12-08 Thread m1ck
why am i getting a Timeout Exception when Accessing the datastore Exception Type: Timeout Exception Value: Exception Location: /base/python_lib/versions/1/google/appengine/api/ datastore.py in _ToDatastoreError, line 1636 --~--~-~--~~~---~--~~ You rec

[google-appengine] Timeout consumes a lot of mcycles ?

2008-10-02 Thread Sylvain
Hi, I've just added a comment about Timeout in another topic (How to help you for this issue ? If you need more info (date, time,...)) But while looking at my log, I've noticed that all my Timeout have a very very high mcycles (more than 10k) So, I wonder why a Timeout consumes mcycles ? I find

[google-appengine] Timeout : how to get rid of timeouts ?

2008-10-01 Thread Venkatesh Rangarajan
Hello there, Question 1 : I have an entity with 700K records. I am running search queries on those and keep getting timeout error consistently. Please advice on how I could avoid getting into these errors ? I have added and __searchable_text_index and its is "building" for more than 24 hours. Qu

[google-appengine] Timeout - operation took too long

2008-09-10 Thread Ronald
Hi, I'm seeing a number of Timeout errors on my log file: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/ __init__.py", line 496, in __call__ handler.get(*groups) File "/base/data/home/apps/40tazo/2.29/index.py", line 46, in get moves

[google-appengine] Timeout Problems

2008-09-03 Thread shadow.hk
I know that it's important to control the resources consumption by different process, but it's quite troublesome there are always timeout problems. I am trying to develop an app by using GAE with Contacts API, to let the users in our domain update contacts. But it always time out (urlfetch takes