[google-appengine] DataStore Timeout !

2008-09-06 Thread Sylvain
Since 1 hour, i've this error message : File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", line 779, in get_by_key_name return get(*keys) File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", line 974, in get entities = datastore.Get(keys) Fi

[google-appengine] DataStore timeout

2009-04-03 Thread DarkCoiote
Getting a bad number of datastore timeout... and the operation is 'simple', is a put in simple model;... Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/ __init__.py", line 501, in __call__ handler.get(*groups) File "/base/data/home/apps/na

[google-appengine] Datastore timeout

2009-05-19 Thread ksjun
Yet another datastore timeout. It seems that system status page is ok but almost my datastore operations are failed with timeout errors. My application id is lifography. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[google-appengine] Datastore timeout error

2008-10-07 Thread [EMAIL PROTECTED]
Hello, I'm developing a quiz application now and I have a problem with datastore. Most of the time, application saves the data into the datastore, but sometimes, I get an exception. Exception in request: Traceback (most recent call last): File "/base/data/home/apps/django/core/handlers/base.py

[google-appengine] datastore timeout question

2011-02-21 Thread Dmitry
Hi All! I'm trying to figure out the reason of my datastore timeouts. I use master/slave datastore. As I can see possible reasons are: - contention issues - "A very small number of datastore operations – generally less than 1 in 3000 – will result in a timeout in normal operation" (a

[google-appengine] Datastore timeout and Java ?

2009-04-23 Thread Sylvain
For those who are testing GAE/Java do you see any datastore timeouts ? Or this is a python specific issue ? Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, se

Re: [google-appengine] datastore timeout question

2011-02-21 Thread David Mora
Yeah, we are also looking forward for HR but we need a major redesign of some components to lower the CPU usage (aim to pay less actually) I have one HR instance already with a small server that does random inserts - think im going to leave jmeter running for 2 days and compare the graphs On 21 F

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

2009-05-21 Thread Amir Michail
Hello, Anyone else getting this exception? Amir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from t

[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

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

2010-02-26 Thread Ikai L (Google)
App Engine actually automatically retries now: http://googleappengine.blogspot.com/2010/02/app-engine-sdk-131-including-major.html Was this the functionality you were looking for? On Thu, Feb 25, 2010 at 12:01 P

[google-appengine] datastore timeout every time - on reads, not writes

2009-04-29 Thread tayknight
I have a problem. I'm getting datastore timeouts when doing reads. The code finished about 5% of the time. The code looks like: alerts = Alert.all().filter('expires >= ', datetime.datetime.now()) # ge active alerts for alert in alerts: #get the db.Keys from the ListProperty zones = ZoneMaster