[google-appengine] Any chance of an API for Application Settings?

2012-05-01 Thread doright
I have a multi-tenancy paid-for app, that I've been running in production for 18 months now. In the last few months I've been tweaking the runtime configuration to get the best performance for my buck. I think I've found a fairly optimal solution, involving some idle instances, max instance,

[google-appengine] onBrowserEvent doesn't work after the application is deployed

2012-05-01 Thread inter
I implemented onBrowserevent for my customize AbstractCell. It's working perfectly when I tested in development mode. For example, if I click on the cell, Window.alert is popped up and says 'clicked'. But, after deploying it to the app engine, it's not working anymore. When I click on the cell,

[google-appengine] Datastore Viewer

2012-05-01 Thread Aswath Satrasala
Hi, I am trying to a create a Entity using the Datastore Viewer UI. I followed the following steps * Click on the Datastore Viewer * By default it is in the Query tab * Click on the Create tab * Choose the kind * Click 'Next' Now, all the properties for the KIND is not shown for entering the

[google-appengine] Query unowned relationship in JPA (with Key identifiers)

2012-05-01 Thread net bot
We are trying to manually retreive Records (entity) from a specific User. We are using exclusively JPA with unowned relationship. We noticed that the primaryKey isn't in the same format as the FK (user) in the datastore viewer. This is our code of the Record: @PrimaryKey

[google-appengine] Re: How to update eclipse plugin to google app engine 1.6.5 sdk?

2012-05-01 Thread 김종민
Thank everyone for reply. I am waiting for update. 2012년 4월 30일 월요일 오전 10시 11분 18초 UTC+9, 김종민 님의 말: Last week, I couldn't upload Google App Engine because of version. In eclipse plugin, there was no update at google app engine. I connected http://dl.google.com/eclipse/plugin/3.7. Let

Re: [google-appengine] Re: How to update eclipse plugin to google app engine 1.6.5 sdk?

2012-05-01 Thread Cesium
Again, Jeff zaps a dark, bruised section of my brain, bringing it back to life. The part that makes me laugh. Rubytard... love it. -David (Must wipe nasal ejected Diet Mtn. Dew off the monitor now.) Yes, this is a minor annoyance, but using Eclipse is a thousand minor annoyances like this

[google-appengine] Outage - 503 error requests not returning

2012-05-01 Thread Mark
I am getting a 503 error 'An unexpected failure has occurred. Please try again.' going to https://appengine.google.com/ my app requests are not working (timing out). Hopefully this is already being looked into. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Outage - 503 error requests not returning

2012-05-01 Thread Mark
Working again now - https://appengine.google.com/ loads - and requests working. Looks like everything got reset (my instances are at 1 and dashboard cleared/reset). Wonder how often these types of resets happen? On Tuesday, May 1, 2012 2:13:33 PM UTC-7, Mark wrote: I am getting a 503

Re: [google-appengine] Re: Outage - 503 error requests not returning

2012-05-01 Thread Dan Holevoet
Hi Mark, We're investigating the issue and I'll reply with more details (and/or resolution) when I know more. Thanks, Dan On Tue, May 1, 2012 at 2:21 PM, Mark markrobertdav...@gmail.com wrote: Working again now - https://appengine.google.**com/https://appengine.google.com/ loads - and

Re: [google-appengine] Re: Outage - 503 error requests not returning

2012-05-01 Thread Dan Holevoet
Hi Mark, It appears that the issue is resolved. If you continue to see errors, please let us know. Thanks, Dan On Tue, May 1, 2012 at 2:25 PM, Dan Holevoet danielholev...@google.comwrote: Hi Mark, We're investigating the issue and I'll reply with more details (and/or resolution) when I

Re: [google-appengine] Re: Outage - 503 error requests not returning

2012-05-01 Thread Felipe Assoline
what happened? does anyone know? On Tue, May 1, 2012 at 6:21 PM, Mark markrobertdav...@gmail.com wrote: Working again now - https://appengine.google.**com/https://appengine.google.com/ loads - and requests working. Looks like everything got reset (my instances are at 1 and dashboard

[google-appengine] Re: Wouldn't it be great if pull queues supported arbitrary tagging

2012-05-01 Thread Michael Hermus
It looks like you recently got your wish for this excellent feature. Am I right in thinking that this can (and should) be used to address the challenges with high throughput updates that still exist? I know the 2010 Google I/O presentation by Brett Slatkin has been referenced by many folks,

[google-appengine] Django on AppEngine, django-rocket-engine

2012-05-01 Thread Sebastian Pawlus
Hi I'm quite new in AppEngine development but was using Django for few years now. I've found that setup described in docs is not like django that I got used to. So I decided to write small helper library to bring django AppEngine usage as close as possible to 'normal' (in subjective way) django

Re: [google-appengine] Re: Wouldn't it be great if pull queues supported arbitrary tagging

2012-05-01 Thread Brett Slatkin
Indeed! For each unit of work: -Write work to Pull queue with tag=BatchID -Write named 'fan-in' task to Push Queue for execution batch period ms in the future, containing the BatchID Example: http://code.google.com/p/8-bits/source/browse/trunk/backend/main.py#168 When the named task

Re: [google-appengine] Re: Outage - 503 error requests not returning

2012-05-01 Thread Alexis
I also got spikes of latency and errors for about 20 minutes 4 hours ago, on my four apps in production. Would be nice to have some details -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: Datastore Small Operations - datastore.get(key)

2012-05-01 Thread cloudpre
I settled with Generic DAO classes for Objectify wrapped by Jersey. I am using Backbone for the frontend MVC - so far, I have to admit that it is shaping up well. Jerff - thanks for the library. On Apr 20, 8:48 am, Jeff Schnitzer j...@infohazard.org wrote: No, get-by-key that reaches the

[google-appengine] concurrent request issues on GAE

2012-05-01 Thread Kesava Neeli
Hi, We have a mobile application using GAE as application backend. The mobile client communicates with GAE via REST API. The user data is stored on GAE datastore. So far, things are smooth with GAE. In preparation of launch, we tried a mini concurrent load test 100 qps to retrieve data from