[google-appengine] No longer able to deploy cron.yaml - after 1.3.2

2010-03-26 Thread morten
' to attribute 'schedule': object.__init__() takes no parameters in /Users/morten/Development/agon-gae/cron.yaml, line 4, column 13 I don't see anything in the release notes regarding the cron feature, so I hope somebody can tell us what we need to do to make this cron job work again. Best

[google-appengine] Getting the We're sorry... page

2009-08-06 Thread morten
engine app :)) Best regards, Morten --~--~-~--~~~---~--~~ 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 this group, send

[google-appengine] List Property containing keys - performance question

2009-06-20 Thread Morten Bek Ditlevsen
list? I don't think so, but I would like to make sure! :-) Sincerely, /morten --~--~-~--~~~---~--~~ 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

[google-appengine] Re: List Property containing keys - performance question

2009-06-20 Thread Morten Bek Ditlevsen
of keys... Sincerely, /morten On Sat, Jun 20, 2009 at 10:22 AM, Federico Builes federico.bui...@gmail.com wrote: Morten Bek Ditlevsen writes: Hi there, I have an entity with a list property containing keys: favorites = db.ListProperty(db.Key, indexed=False) I suddenly came

[google-appengine] Inconsistent memcache behaviour

2009-06-18 Thread morten
. different values coming back for different requests for the same memcache key) when we stress test our application with a lot of concurrent requests. If anybody could shed some light on this for us it would be much appreciated. Best regards, Morten Nielsen

[google-appengine] Question about exploding index sizes

2009-05-01 Thread Morten Bek Ditlevsen
before fetching. My question is: are there any restrictions/penalties for creating the *_set queries? Thanks for your help! Sincerely, /morten --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Question about exploding index sizes

2009-04-30 Thread Morten Bek Ditlevsen
based dating service. Right now location lookups are working ok, but I am wondering whether it is feasible to have location based lookups paired with text search at all - or if some of my processing should be in python code instead of done through table queries. Sincerely, /morten

[google-appengine] Re: Question about exploding index sizes

2009-04-30 Thread Morten Bek Ditlevsen
there's a part I'm failing to understand. Sincerely, /morten --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Debugging App Engine errors

2009-04-23 Thread Morten Bek Ditlevsen
a lot for your explanation! Sincerely, /morten On Thu, Apr 23, 2009 at 11:23 AM, Nick Johnson nick.john...@google.comwrote: Hi Bek, Two concurrent transactions on the same entity would not be enough on its own to cause this exception: If the two conflict, one of them will get in first

[google-appengine] Re: Debugging App Engine errors

2009-04-23 Thread Morten Bek Ditlevsen
Hi djidjadji, Thanks a bunch - I'll try to make the code retry the get()! Sincerely, /morten On Thu, Apr 23, 2009 at 10:35 AM, djidjadji djidja...@gmail.com wrote: You get a Timeout error on a get() operation. I solved it by doing a retry when I get an exception. If the retry also failed I

[google-appengine] Re: Debugging App Engine errors

2009-04-23 Thread Morten Bek Ditlevsen
... Would it be an idea to catch this exception and try the put again? Sincerely, /morten On Thu, Apr 23, 2009 at 10:46 AM, Nick Johnson nick.john...@google.comwrote: Hi Morten, The likelihood you'll see a datastore timeout bears a relation to how expensive your operation is, but external

[google-appengine] Debugging App Engine errors

2009-04-22 Thread Morten Bek Ditlevsen
state that out of maybe 300.000 requests only about 30 fail, so that may actually be quite ok. But I would like to understand the errors and if possible program my way around them. Any comments greatly appreciated. Sincerely, /morten --~--~-~--~~~---~--~~ You

[google-appengine] Django Block feature and Google App Engine

2009-03-09 Thread Morten Bruhn
%} But it just won't show up on my base.html page... Why why?? Any ideas??? Kind Regards // Morten --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: Datastore Timeouts

2009-02-28 Thread morten
I'm seeing this problem as well - seems to timeout well before the allowed 30 seconds... /Morten On Feb 28, 4:53 pm, Alex Popescu the.mindstorm.mailingl...@gmail.com wrote: On Feb 28, 5:49 pm, Alex Popescu the.mindstorm.mailingl...@gmail.com wrote: Today starting around 07.42am