Re: [google-appengine] Datastore NDB migration?

2014-12-13 Thread Jacob Taylor
You can add a default value, if that is enough. If not, mapreduce works great. If you have too many namespaces, pipeline can roll across the namespaces and launch mapreduces. Jacob On Dec 11, 2014 11:48 PM, "John Louis Del Rosario" wrote: > I mean migrating a record's "schema", or just setting

Re: [google-appengine] Can Application Settings anyhow guarantee me exactly 2 instances?

2014-03-17 Thread Jacob Taylor
One suggestion...I would check out the modules API. If you make everything a module, you could potentially set it to manual scaling and pick 2 instances. If I am correct, this would mean you always had 2, but never more. On Sat, Mar 15, 2014 at 6:15 PM, Barry Hunter wrote: > > > > On 16 March 20

Re: [google-appengine] Show and Tell: Plexi Voice a Windows Phone 8 App with AppEngine backend.

2014-03-03 Thread Jacob Taylor
; To post to this group, send email to google-appengine@googlegroups.com. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > > -- > You received this message because you are subscribed to the Goog

Re: [google-appengine] Re: Snapchat

2014-01-22 Thread Jacob Taylor
>>>>>>>>> expenditure and >>>>>>>>>> incremental ongoing opex. >>>>>>>>>> >>>>>>>>>> Depending on the profile of your application and the system load, >>>>>&

Re: [google-appengine] Re: MapReduce Roadmap

2013-12-06 Thread Jacob Taylor
;>>> Could somebody shed some light on the roadmap plan? >>>>> >>>>> Thanks, >>>>> PK >>>>> http://www.gae123.com >>>>> >>>>> -- >>>>> You received this message because yo

Re: [google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-08 Thread Jacob Taylor
>From my experience using dedicated memcache it is billed by GB stored. You are limited in transactions by GB stored as well. We have been using one GB for a little while and have not had any cache drops. I have loved being able to rely on it more than I could when it was shared. Shared cage is bas

Re: [google-appengine] SDK / Production _async behaviour differences - is _async's safe on production?

2013-09-11 Thread Jacob Taylor
"Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroups.com. > To post to this group, send email to google-appengine@googlegroups.com. > Visit this group at http://groups.google.com/

Re: [google-appengine] Do pull queues exhibit "consistent read" behaviour when leasing?

2013-09-11 Thread Jacob Taylor
at the moment, our system actually performs better with more load. I was thinking about making a call to a non-responsive web server (setup one with a sleep) and use URL timeouts. Thanks, Jacob On Wed, Sep 11, 2013 at 11:28 AM, Vinny P wrote: > On Tue, Sep 10, 2013 at 9:57 PM, Jacob Tay

Re: [google-appengine] Logs Stored Data Quota not being reset

2013-09-11 Thread Jacob Taylor
Google delete the logs only when it needs to in order to keep you within quota. They keep three kids as long as possible. Once you fill to the quotes, it stays full. Think of it as a first in first out queue that is emptied only when the quota is hit. It fills and stays full. Does that help? Jacob

Re: [google-appengine] Do pull queues exhibit "consistent read" behaviour when leasing?

2013-09-10 Thread Jacob Taylor
subscr...@googlegroups.com. > To post to this group, send email to google-appengine@googlegroups.com. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jacob Taylor CTO, Kahuna (650) 302-1864 www.us

Re: [google-appengine] Best Practices for Continuous Deployment on AppEngine

2013-08-16 Thread Jacob Taylor
>>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to google-

Re: [google-appengine] SDK running reeeeeallly slow

2013-08-16 Thread Jacob Taylor
ogle Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroups.com. > To post to this group, send email to google-appengine@googlegroups.com. > Visit this group a

Re: [google-appengine] apple-touch-icon-precomposed.png

2013-08-08 Thread Jacob Taylor
t; email to google-appengine+unsubscr...@googlegroups.com. > To post to this group, send email to google-appengine@googlegroups.com. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > -- Ja

Re: [google-appengine] Re: Cron jobs auto repeat on failure option?

2013-07-21 Thread Jacob Taylor
googlegroups.com. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Jacob Taylor CTO, Kahuna (650) 302-1864 www.useKahuna.com <http://www.usekahuna.com/> http://www.linkedin.co

Re: [google-appengine] Re: Has anyone received a warning email like this?

2013-07-12 Thread Jacob Taylor
be from this group and stop receiving emails from it, send an >> email to google-appengine+unsubscr...@googlegroups.com. >> To post to this group, send email to google-appengine@googlegroups.com. >> Visit this group at http://groups.google.com/group/google-appengine. >> For mor

[google-appengine] Annourcing aeta: a test runner for Python App Engine applications

2012-09-21 Thread Jacob Taylor
Hello, I am happy to announce that we open sourced aeta, the App Engine Test Appendix. aeta is a tool for running tests on your Python App Engine application. It was created at Google and is used to run many of our own tests. It features both a web interface and a command-line interface to r