[google-appengine] What does processing_rate in AppEngine MapReduce mean?

2013-03-26 Thread Riley
Following is from the documentation in the source code: mapreduce\handlers.py(570): processing_rate: How many items to process per second overall. Does this limit the total number of input elements that are provided to all the mappers combined in one second? -- You received this message bec

[google-appengine] Re: Outages?

2012-03-13 Thread Riley
I just switched to HRD this morning, and while the app is at least accessible now, I still get "Request was aborted after waiting too long to attempt to service your request." every 60 seconds or so. This is not even thrown as an exception or error - it's logged as Info. This is really bad for

Re: [google-appengine] Re: Outages?

2012-03-13 Thread Riley Eynon-Lynch
We migrated our app to the HRD last night. With 4 GB of data quota in around 2M entities it took 20-30 minutes. On the new app, we are seeing response times at about 1% of the MS app - 100 times faster. Our app was read only for less than three seconds - enough to affect 10 requests from 2 users.

Re: [google-appengine] Re: Outages?

2012-03-12 Thread Riley Eynon-Lynch
Thanks a lot. FYI: That post says Wednesday the 19th instead of Monday the 19th. Riley On Mon, Mar 12, 2012 at 3:52 PM, Ikai Lan (Google) wrote: > Regarding that maintenance period: > > > https://groups.google.com/forum/?fromgroups#!topic/google-appengine-downtime-notify/CO_x02OF

[google-appengine] Re: Outages?

2012-03-12 Thread Riley
Ikai, it sounds like support for HR apps is being prioritized. Is that the case? Should we expect that to be the case in the future? Sorry if that's documented somewhere already~ Riley On Monday, March 12, 2012 11:44:59 AM UTC-5, Riley wrote: > > Our appid is activegrade, we

[google-appengine] Re: Outages?

2012-03-12 Thread Riley
Our appid is activegrade, we use the m/s datastore, and get from 0-10 QPS throughout the day. Normally we have 1-4 instances running, but since this seems *mostly* related to startup, we dedicated 10 idle resident instances to run all the time. This covers us a little, but still, when a user

[google-appengine] Re: TaskQueues all fail to execute on devserver

2011-11-15 Thread Riley
I found a workaround, detailed in that issue. Blegh! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/tIJ4umC2M9sJ. To post to this group, send ema

Re: [google-appengine] URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Riley
This happened to me, too - if you follow the links in the checkout receipt for long enough you eventually get to something with the appid buried in a description. In my case, the app was *disabled*, but I hadn't disabled billing separately, so I was still charged. Whoops! -- You received thi

[google-appengine] Re: TaskQueues all fail to execute on devserver

2011-11-15 Thread Riley
Last bump before giving up hope. See issue 4009 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/goo

[google-appengine] Re: TaskQueues all fail to execute on devserver

2011-11-08 Thread Riley
This is a show-stopper for me. Can anyone point me towards a useful resource? At this point I'm looking for someone to pay for a solution (but I _am_ hoping for less than $12k a year for appengine premium support). -- You received this message because you are subscribed to the Google Groups "G

[google-appengine] Safari can't establish a secure connection

2011-01-05 Thread Riley
ure how to start diagnosing this problem. She can connect to other sites perfectly during this time. I can connect to my app during this time, so it's not a global problem. Does anyone have any advice about where to start figuring this out? What would you do? Thanks, Riley -- You receive

Re: [google-appengine] Multiple entities have the same ID! Augh!

2010-11-18 Thread Riley Lark
And 3: can I assume that ids will be unique within an entity group and Kind, or are there no guarantees at all? On Thu, Nov 18, 2010 at 9:23 PM, Riley wrote: > I have a datastore full of entities. They are all in an entity group with > many other entities - maybe 1000 per group. I am

[google-appengine] Multiple entities have the same ID! Augh!

2010-11-18 Thread Riley
I have a datastore full of entities. They are all in an entity group with many other entities - maybe 1000 per group. I am using keys and parent keys to keep them organized: @PersistenceCapable(detachable = "true") public class Assessment { @SuppressWarnings("unused") @Persistent @Extension(vend

[google-appengine] Re: Unable to deploy due to "500 server error"

2010-11-18 Thread Riley
Deploy works for me again. Thanks Ikai! On Nov 18, 6:31 pm, Sergio Lopes wrote: > java.lang.RuntimeException: Bad authentication response: 500 Internal > Server Error > Unable to update app: Bad authentication response: 500 Internal Server > Error -- You received this message because you are s

[google-appengine] Re: Guarantees for businesses?

2010-08-23 Thread Riley
Thanks for the thorough, succinct, and fast response. This seems like a very high-quality service and I'm going to go ahead with it! Riley On Aug 23, 1:57 pm, "Ikai L (Google)" wrote: > 1. Yes, we will continue the service for 3 years in the event we choose to > discont

[google-appengine] Guarantees for businesses?

2010-08-23 Thread Riley
I'm investigating GAE as a platform for a web app I want to build and release commercially. It looks fantastic so far, but I have two major questions: 1) I think I understand from section 10.2 of the GAE ToS that Google will (probably) give a 3-year warning before discontinuing the service in it

[google-appengine] Re: Do the terms of use allow serving library files?

2010-03-12 Thread Riley
that. On Mar 10, 6:51 pm, Barry Hunter wrote: > Why dont youusethe datastore to save (and then serve with a simple > script) Library L? > > Then you dont have to worry about file limits. > > On 10 March 2010 22:26, Riley wrote: > > > > > Thanks for the response, b

[google-appengine] Re: Do the terms of use allow serving library files?

2010-03-10 Thread Riley
te: > If you're not using the application for this purpose, you should be > fine. It just sounds like you're writing an application that provides > an API for uploading files for distribution. I don't see any problem > with this. > > > > > > On Wed, Mar 10, 2010

[google-appengine] Do the terms of use allow serving library files?

2010-03-10 Thread Riley
I would like to create an app whose primary function is to serve static files to other services on the web. For example, someone might use my app to reduce the load on their server, or to decrease the number of files they have to manage in their app. Someone using GAE might use my app to avoid us