Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-06-01 Thread 'Alex Martelli' via Google App Engine
I think you're being hit by the files API deprecation, see https://cloud.google.com/appengine/docs/deprecations/files_api Alex On Sun, May 31, 2015 at 10:07 AM, Christophe DA COSTA wrote: > I am trying to use the blobstore API, but I have th

Re: [google-appengine] Re: Google App Engine SDK version 1.9.21 now available

2015-05-20 Thread 'Alex Martelli' via Google App Engine
ee https://cloud.google.com/storage/docs/access-control#Signed-URLs . >> >> >> > Ciao Alex, > > I've been looking for something like that, I just didn't know it was > called "signed URLs"! > Although I suspect that once my app creates a file and gen

Re: [google-appengine] Re: Google App Engine SDK version 1.9.21 now available

2015-05-20 Thread 'Alex Martelli' via Google App Engine
thout using CPU > instance time. With Cloud Storage that's not possible, unless the file is > public. > Non proprio!-) "Signed URLs" are the Cloud Storage way to "serve large files without using CPU instance time" AND without making them public -- see https://clou

Re: [google-appengine] Connecting from app engine instance to compute engine instance directly

2015-05-07 Thread 'Alex Martelli' via Google App Engine
On Thu, May 7, 2015 at 11:39 AM, Ian Childress wrote: > > > On Thursday, May 7, 2015 at 2:25:08 PM UTC-4, Alex Martelli wrote: >> >> How so? Both GAE and GCE can be both talkers and listeners on Cloud >> Pubsub topics / subscriptions (see https://cloud.google.com/pubs

Re: [google-appengine] Connecting from app engine instance to compute engine instance directly

2015-05-07 Thread 'Alex Martelli' via Google App Engine
gle.com/p/googleappengine/issues/list and/or https://code.google.com/p/google-compute-engine/issues/list -- it does not look as if such a feature request for direct GAE <-> GCE sockets (w/o a public IP) has previously been opened. Alex > -- > You received this message because you are sub

Re: [google-appengine] Help : Share Datastore of App Engine with another app engine project

2015-04-23 Thread &#x27;Alex Martelli' via Google App Engine
You can access Google Cloud Datastore "from anywhere" -- see https://cloud.google.com/datastore/docs . Alex On Thu, Apr 23, 2015 at 1:50 PM, Jorge William Rodrigues wrote: > Anyone know of any implementation or api own google app engine of > integration the "datastore&qu

Re: [google-appengine] Regarding "Google App Engine application that is configured to use the deprecated service Master/Slave Datastore"

2015-04-03 Thread &#x27;Alex Martelli' via Google App Engine
On Fri, Apr 3, 2015 at 9:15 AM, Madhavi B wrote: > Hi Alex, > > Thank you for the help. > How can see files list in the application . > As per your mail , only developer can download. > I am also owner of the application , how can i see the code . I mean > under what secti

Re: [google-appengine] Regarding "Google App Engine application that is configured to use the deprecated service Master/Slave Datastore"

2015-04-02 Thread &#x27;Alex Martelli' via Google App Engine
ne/docs/java/tools/uploadinganapp#Downloading_an_Application **However**, as that URL points out: "Only the developer who uploaded the app can download it. If anyone other than that developer attempts to download the app, they'll receive an error message." Alex > Best REgards,

Re: [google-appengine] Troubles with app.yaml, custom errors, & routing

2015-04-01 Thread &#x27;Alex Martelli' via Google App Engine
Answered on StackOverflow, please let's continue there (it's the right venue for such direct technical Q&A exchanges, as opposed to actual discussions). Thanks, Alex On Wed, Apr 1, 2015 at 7:39 AM, Dustin Hoffmann wrote: > I am having some routing trouble in app.yaml

Re: [google-appengine] About relative path in Google Mobile Endpoint (Python)

2015-03-30 Thread &#x27;Alex Martelli' via Google App Engine
If you add empty __init__.py files to each directory (to turn them into packages), from ..Module_A import classA should work. Alex On Sun, Mar 29, 2015 at 9:03 PM, Dechen Jigme wrote: > Hi all, > > Currently I got stuck in importing a module in parent folder from Endpoint > A

Re: [google-appengine] Basic Questions to get the Google App Engine

2015-03-21 Thread &#x27;Alex Martelli' via Google App Engine
nstance hours per day, the charge would be 20 cents per day (5 cents, multiplied by the 4 instance hours in excess of the free quota of 28). Alex > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To un

Re: [google-appengine] Memory Usage Doubled in the Past 20 Hours or So

2015-03-20 Thread &#x27;Alex Martelli' via Google App Engine
How have various measures of _traffic_ to your app been changing over the last couple days? I.e, is that doubling of memory quite uncorrelated with an increase in traffic? Alex On Fri, Mar 20, 2015 at 2:27 PM, Michael Sander wrote: > Did google upgrade or change something recently? About

Re: [google-appengine] re-enabling an application

2015-03-18 Thread &#x27;Alex Martelli' via Google App Engine
e new one). If that's the case you can fix app.yaml and upload the app but you'll need to access it only as newappid.appspot.com since you've disabled the oldappid.appspot.com that (before the disable) used to be aliased to it. Alex On Wed, Mar 18, 2015 at 4:04 PM, Kate wrote

Re: [google-appengine] Python - Querying a repeated property vs using Search API

2015-03-14 Thread &#x27;Alex Martelli' via Google App Engine
latter wrt what you're doing now. Thus, I would indeed encourage you to explore if the Search API can better match your needs (within its own limits, such as the 10GB index size constraint). Alex On Fri, Mar 13, 2015 at 4:51 PM, Devraj Mukherjee wrote: > Hi all, > > My applicati

Re: [google-appengine] Question about Google App Engine Instance Hours estimation

2015-03-12 Thread &#x27;Alex Martelli' via Google App Engine
http://stackoverflow.com/questions/16782136/how-are-frontend-instance-hours-calculated-on-app-engine appears to answer your question. Alex On Mon, Mar 9, 2015 at 10:14 PM, Kampanat Metawuthinun < kampana...@tangerine.co.th> wrote: > I have to calculated the Cloud’s cost for my proj

Re: [google-appengine] Testbed unit tests for blobstore file upload API

2015-03-04 Thread &#x27;Alex Martelli' via Google App Engine
undocumented (sorry!) but that's a longer-term issue for us to fix... not something you should wait for! Alex On Wed, Mar 4, 2015 at 2:01 AM, wrote: > Hi, > > I'm trying to write a unit test for file uploads in my (Python) API. > I'm using the using the bl

Re: [google-appengine] Size of int in datastore

2015-03-03 Thread &#x27;Alex Martelli' via Google App Engine
ore into, and retrieve from, an "integer property", is uniformly a 64-bit signed integer value). That does not necessarily mean it will take the backend exactly 8 bytes to store it ("how many bytes are used" as it's stored). Alex > Jeff > > On Tue, Mar 3, 2

Re: [google-appengine] Size of int in datastore

2015-03-03 Thread &#x27;Alex Martelli' via Google App Engine
In as much as protocol buffers are used in the underlying, #bytes depend on the exact value of the integer -- see https://developers.google.com/protocol-buffers/docs/encoding . Alex On Mon, Mar 2, 2015 at 3:25 AM, Ashley Finney <2dea...@gmail.com> wrote: > Hi all, > > If the

Re: [google-appengine] Re: Google App Engine for beginners - Tutorial (Java)

2015-02-25 Thread &#x27;Alex Martelli' via Google App Engine
ite, Khan Academy, Pulse, O'Reilly's "Safari Books Online", Sony Music, Udacity...?! (If you need many more customer references, then contact *our* marketing -- again, more info may be privately available to you with an NDA &c -- assuming you're *serious* about t

Re: [google-appengine] OAuth 2 between gae apps

2015-02-24 Thread &#x27;Alex Martelli' via Google App Engine
directs following on one side, an explicit check on the header on the other). The app identity service is only recommended for asserting identity to Google APIs, not to other GAE apps. Alex On Tue, Feb 24, 2015 at 6:48 AM, Guillermo Pi Dote wrote: > Hi. > > I have two apps in GAE. >

Re: [google-appengine] running the google app engine

2015-02-23 Thread &#x27;Alex Martelli' via Google App Engine
to help you, or spending your time AND theirs in such futile ways. At this point, I doubt I want to offer any further help. Alex > Thanks once again. > > On Mon, Feb 23, 2015 at 6:26 PM, 'Alex Martelli' via Google App Engine < > google-appengine@googlegroups.com>

Re: [google-appengine] running the google app engine

2015-02-23 Thread &#x27;Alex Martelli' via Google App Engine
On Mon, Feb 23, 2015 at 7:28 PM, Shraddha Bhandavle wrote: > Well Alex, what did u mean by showing the urlss.py > I can show u the entire code if u want me to.. do u want me to do that?? > Just what gets assigned to `app` at the top (global) level of the module. Alex > >

Re: [google-appengine] running the google app engine

2015-02-23 Thread &#x27;Alex Martelli' via Google App Engine
e closed or deleted there as low-quality -- e.g, you obviosuly NEVER ask for help on a bug without showing your code, since it's OBVIOUS nobody can help you w/o seeing said code, so you're just wasting our time, etc, etc). Alex > On Mon, Feb 23, 2015 at 5:05 PM, 'Alex Ma

Re: [google-appengine] running the google app engine

2015-02-23 Thread &#x27;Alex Martelli' via Google App Engine
gic is behind the python code and the app code. > If simply renaming the file correctly to app.yaml doesn't help, next we need to see the routing in urlss.py -- how is the `app` object there made, and specifically how does it route `loginpage`. Alex > > On Mon, Feb 23, 2015 at

Re: [google-appengine] running the google app engine

2015-02-23 Thread &#x27;Alex Martelli' via Google App Engine
es its own routing. No doubt there's something wrong in either app.yaml, or the WSGI app object, or a conflict between them. Alex On Mon, Feb 23, 2015 at 3:07 PM, Shraddha Bhandavle wrote: > Hello all, > > I have been working on the project using Google App Engine using Python

[google-appengine] Re: Machine system clock is incorrect ??

2015-02-16 Thread Alex Martelli
e the ratio of developer vs sysadm questions is also larger than for App Engine; but it makes sense for GAE, too!-). Happy coding! > ...*and* happy system-administering, too!-) Thanks, Alex > > [1] https://groups.google.com/forum/#!topic/google-appengine/Z6XN_64cA7w > > On Wedn

Re: [google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2015-02-16 Thread &#x27;Alex Martelli' via Google App Engine
On Mon, Feb 16, 2015 at 5:23 AM, Official George wrote: > I want for real > Sorry, it's opaque to me what you mean by that. Elucidate please? Alex > On Oct 4, 2013 6:06 AM, "rcp" wrote: > >> -1 from an 'enthusiast programmer'; SO considers me un-w

Re: [google-appengine] Understand - what is a instance in GAE? and how to calculate the cost for day?

2015-02-15 Thread &#x27;Alex Martelli' via Google App Engine
-engine and the two excellent answers it received -- it is the top hit for me on a web search for: 28 hours app engine . Alex On Sun, Feb 15, 2015 at 9:21 AM, Jose Ramirez Tello < jcramirez.develo...@gmail.com> wrote: > Hi (sorry for my bad English, I speak Spanish) > > I have a q

Re: [google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-13 Thread &#x27;Alex Martelli' via Google App Engine
s-admin than sw development) I'll gladly respond there (unless others give the correct response first), so the whole interaction can be more easily found in the future by others with similar problems (stackexchange sites always show up very well in web searches for specific problems:-). Thanks, A

Re: [google-appengine] Re: I cant store anytext on db.TextProperty

2015-02-13 Thread &#x27;Alex Martelli' via Google App Engine
ally, edit your Q to contain the minimal variant on my A's code which *does* reproduce the problem. Thanks, Alex On Fri, Feb 13, 2015 at 2:33 AM, camaram wrote: > Hi, > > I can't find your question on Stackoverflow.com. Could you post the link > to that question or post it ag

Re: [google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-12 Thread &#x27;Alex Martelli' via Google App Engine
ired "common deploy"?). I hope I'm addressing your actual underlying questions, if not please feel free to keep asking and clarifying. Alex On Thu, Feb 12, 2015 at 2:21 PM, Daniela Meneses wrote: > Hi, > > Yesterday doing some deploys i notice something, not sure if it is a bu

Re: [google-appengine] Structuring large Python GAE application questions.

2015-02-11 Thread &#x27;Alex Martelli' via Google App Engine
reflecting different opinions and experiences. (I'm going to be changing our messaging to better explain what Qs should ideally go to Stack Overflow, vs these groups, vs Server Fault, but it will take me a while:-). Alex On Wed, Feb 11, 2015 at 4:25 PM, Jordan Howlett wrote: > Hello. I

Re: [google-appengine] Re: More than one google app engine application (microservice) in a project

2015-02-07 Thread &#x27;Alex Martelli' via Google App Engine
On Sat, Feb 7, 2015 at 9:40 AM, opensourcegeek <3.pra...@gmail.com> wrote: > Hi Alex, > > It was my ignorance, after posting this question, I was on #appengine > channel on IRC and the friendly folks there have pointed me to > modules/namespaces. I currently have tried 4 dif

Re: [google-appengine] More than one google app engine application (microservice) in a project

2015-02-07 Thread Alex Martelli
ow, or, what would you become vastly more productive at doing wrt today. Given that I don't understand, I would not be able to speak in favor of a feature request on the issue should you open one; if you explain in much more detail, then I might be able to gain said understanding! Thanks,

[google-appengine] Re: Managing Auto Generated Indexes

2015-02-06 Thread Alex Martelli
surviving until it's met, and avoiding the strong, understandable temptation to hack on the [open source after all!-)] SDK to adapt it to Chris's very reasonable desiderata). Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] Re: [Report bug]Bug on the documentation

2015-02-06 Thread Alex Martelli
That's what I see under sub-step 3 of point 4 at https://console.developers.google.com/start/appengine: dev_appserver.py appengine-try-python-django Maybe somebody already fixed the bug you spotted -- pretty fast for a late Friday bug!-)\\ Thanks, Alex On Friday, February 6, 20

Re: [google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2015-02-04 Thread &#x27;Alex Martelli' via Google App Engine
e the proper wording is "break a leg" (I don't have any theatrical background myself, but 2nd-hand that's how I heard it:-). Alex > > > On Wednesday, 4 February 2015 18:13:29 UTC-8, Alex Martelli wrote: >> >> Hi Clark, >> >> right -- *some* questions

[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2015-02-04 Thread Alex Martelli
things about priorities is that you can always juggle them around to justify spending your time on what you think needs to be done *right now*...!-). Thanks, Alex On Monday, February 2, 2015 at 12:10:14 PM UTC-8, Clark Van Oyen wrote: > > I'm not having a lot of luck gettin

[google-appengine] Re: urlfetch_stub.py:504] Stripped prohibited headers from URLFetch request: ['Host']

2015-01-28 Thread Alex Martelli
even though it does import urllib2) -- that innocuous warning is clearly the least of the problems (the first one is that the code shown can't be the one the OP is actually trying to run and getting that innocuous warning from). Alex On Wednesday, January 28, 2015 at 2:52:11 AM UTC-8, Mi

[google-appengine] Re: How to automatically change default version on app engine instance

2015-01-28 Thread Alex Martelli
again possibly with a `--version` flag) is the equivalent of appcfg's set_default_version. You can set default version on other modules too of course -- the last arg (of which you can have several) says which modules you want to affect. But the index-rebuilding-delay problem, to the best o

Re: [google-appengine] where do I install appengine-try-python-flask?

2015-01-20 Thread Alex Martelli
gle-Engine-Python-Infrastructure/dp/1491900253/ref=sr_1_2?s=books&ie=UTF8&qid=1421255580&sr=1-2&keywords=app+engine for Python, http://www.amazon.com/Programming-Google-Engine-Java-Infrastructure/dp/1491900202/ref=sr_1_3?s=books&ie=UTF8&qid=1421255580&sr=1-3&keywor

[google-appengine] Re: Random blobstore entries produce error 500

2014-12-19 Thread Alex Boyd
images don't show up. The 500 is not logged in the console, it just seems to fail without warning or error. Anything you have done to alleviate the pain would be much appreciated. Thanks, Alex On Monday, December 15, 2014 4:38:55 PM UTC-5, Marcin wrote: > > Hi, > > I'

[google-appengine] SSL Performance?

2014-11-24 Thread Alex Fu
I recently turned on SSL for my AppEngine (Java) project and noticed a decrease in response time. I enabled AppStats for AppEngine and proceeded to hit an endpoint of mine: Screenshot

[google-appengine] Will any 3rd party Wordpress plugins work on Google App Engine?

2014-09-22 Thread Alex Kerr
with no local file writing (etc), or ask the plugin developer to. Hopefully the situation is not this bad!? (Note: I know that plugins have to be installed on WP on my dev SDK on my local machine, then the whole app redeployed, then the plugins activated on my live GAE WP site) Many thanks

[google-appengine] Push-to-deploy says "Everything up-to-date," but it never deploys

2014-08-18 Thread Alex Young
I am running into an issue where push-to-deploy doesn't seem to be recognizing file changes nor deploying. I've made a few changes to a couple of source files, committed them, and pushed them to the cloud repo. The subsequent command line output indicates that the push was successful. However

[google-appengine] Re: Google App Engine SDK for Python ships vulnerable PHP

2014-08-01 Thread alex
1.9.8 has just been shipped with PHP 5.4.30 https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes On Wednesday, 23 July 2014 18:07:36 UTC+1, david gunnells wrote: > > > Google App Engine SDK for Python 1.9.7 ships an older, vulnerable PHP > (5.4.28). ETA on shipping with an updated PHP?

[google-appengine] Re: Deploy appengine endpoints to non-default version

2014-07-31 Thread alex
It has been fixed long time ago: https://developers.google.com/appengine/docs/python/endpoints/test_deploy#deploying_to_multiple_app_versions There's another issue, hover, which is dispatching https://app.appspot.com/_ah/api to a non-default module: https://code.google.com/p/googleappengine/iss

[google-appengine] Re: Google cloud end points for PHP

2014-07-02 Thread alex
ested devs and help you guys with tech specs for a possible implementation. Cheers, Alex. On Wednesday, 2 July 2014 16:12:03 UTC+1, Jeffery Fernandez wrote: > > Hi all, I am struggling to find any documentation in relation to getting > cloud end points working for PHP. The only re

[google-appengine] Re: Returning custom HTTP status codes from endpoints

2014-06-01 Thread alex
I don't believe this is currently supported. There's a similar issue created specifically for Java runtime: https://code.google.com/p/googleappengine/issues/detail?id=10974 You could create a new one w/o specifying a runtime as a generic feature request. Cheers. On Tuesday, 27 May 2014 21:06:4

Re: [google-appengine] How to use node.js in app engine

2014-06-01 Thread alex
Hi Bhojraj, You can do it with Managed VMs: https://developers.google.com/cloud/managed-vms Check this video when the feature was announced: https://www.youtube.com/watch?v=u3B1BhyXXdc Managed VMs are currently in a Limited Preview. You can submit a sign up request here: https://docs.google.co

[google-appengine] Re: Why are cloud endpoints so slow ?

2014-05-29 Thread alex
Could be related to this thread? https://groups.google.com/forum/#!topic/google-appengine/D1b_ZC4pKww On Sunday, 25 May 2014 09:53:15 UTC+1, Robert King wrote: > > Don't get me wrong - I absolutely love cloud endpoints - they speed up my > development time and simplify my code significantly. > H

[google-appengine] Re: Heartbleed bug?

2014-04-09 Thread Alex Burgel
more guidance on this. --Alex On Wednesday, April 9, 2014 4:11:40 PM UTC-4, Charlie Fineman wrote: > > Please see: http://googleonlinesecurity.blogspot.com/ > > On Tuesday, April 8, 2014 7:19:49 AM UTC-7, Doug Anderson wrote: >> >> Is App Engine's SSL protected fr

[google-appengine] Re: What to do with a bad instance?

2014-03-28 Thread Alex Burgel
ground in case anyone else runs into it. Looks like there's no good answer. https://code.google.com/p/googleappengine/issues/detail?id=1409 --Alex On Thursday, March 27, 2014 2:27:15 AM UTC-4, timh wrote: > > Go back through the logs for the instance, and see if it had a > Deadl

[google-appengine] What to do with a bad instance?

2014-03-26 Thread Alex Burgel
ng. Yet, this instance happily continued serving traffic for hours. Are there not some smoke tests or verification tests that are run before an instance is put into production? How does everybody else deal with this problem? --Alex -- You received this message because you are subscribed to t

Re: [google-appengine] Re: Snapchat

2014-01-20 Thread alex
. But >> these are really apples-to-oranges comparisons when you consider all the >> things you need to provision a global, "utility-grade" (aspirationally, >> anyway) SaaS offering. >> >> So I guess this post is a long-winded way of me saying "GAE Expens

[google-appengine] Snapchat

2014-01-19 Thread alex
Why were you surprised? -- 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-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-08 Thread alex
"sudo easy_install pytz". On 8 January 2014 15:31, alex wrote: > Are you sure you have pytz installed on your system? > > Try this from cmd line: python -c "import pytz; print > pytz.timezone('America/New_York')" > Should print out "America/New_

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-08 Thread alex
s is the part of the cron.yaml file it is getting upset with (line 5): > > cron: > - description: call frontend instance to call a module to download data > url: /callLoadAndProcess > schedule: every day 01:00 > timezone: America/New_York > > > On Wednesday, January 8, 2

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-07 Thread alex
> Aside from just having the [module name].yaml file in the directory with my default app.yaml file, do I need to do anything else to get the dev_server to recognize the additional module? Make sure you supply all *.yaml files to dev_appserver in cmdline args, e.g.: dev_appserver.py app.yaml m

[google-appengine] Re: How to define a user defined MessageField like DateTimeField

2013-12-30 Thread alex
quot; return CursorMessage(encoded=value.urlsafe()) What do you guys think, makes sense? Thanks, Alex. On Tuesday, 16 July 2013 19:04:24 UTC+2, Danny Hermes wrote: > > Why do you need this for Cloud Endpoints? Can you post this on Stack > Overflow? > > > On Tue, Jul 16, 2

Re: [google-appengine] Re: Wait, what? App Engine doesn't work with latest version of WordPress?

2013-12-30 Thread alex
out releasing usage numbers > http://googlecloudplatform.blogspot.sg/ > Even if we were to say active users have triple since June 2012 > http://gigaom.com/2012/06/28/google-app-engine-by-the-numbers/ GAE could > at best claim fewer than a million sites. > > > On Mon, Dec 30, 2013 at 3:46

Re: [google-appengine] Re: Wait, what? App Engine doesn't work with latest version of WordPress?

2013-12-29 Thread alex
Just to make it even :) http://gigaom.com/2012/06/28/google-app-engine-by-the-numbers/ It's an old post though, so the numbers must be pretty higher now. -- alex On Wednesday, 18 December 2013 09:24:07 UTC+1, OC2PS wrote: > > Definitely the road. Gotta make sure the road is smooth

[google-appengine] Re: App engine examples and documentation suck -Don't waste your time

2013-12-29 Thread alex
A couple links, please read! - about lock-in: https://plus.google.com/u/0/110401818717224273095/posts/Uoj3pmhbCkH - about custom auth: http://www.youtube.com/watch?v=5CaBt89dc3A -- alex On Friday, 27 December 2013 04:41:18 UTC+1, Renzo Nuccitelli wrote: > > > > On Wednesday, Decem

Re: [google-appengine] Have problem updating in HRD some elements

2013-11-27 Thread Alex Dvoretsky
Thank you. Never could find right place to report production bugs on GAE https://code.google.com/p/googleappengine/issues/detail?id=10331 On Wednesday, November 27, 2013 12:37:23 PM UTC+4, Vinny P wrote: > > On Tue, Nov 26, 2013 at 11:40 PM, Alex Dvoretsky > > > wrote: > >

[google-appengine] Have problem updating in HRD some elements

2013-11-26 Thread Alex Dvoretsky
I have 10 elements in HRD that my app update every minutes for more than 2 years. 15 hours ago I app started to get only Timeouts on put(). Constantly. appId - okcloud -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from t

[google-appengine] Re: NDB strategy for keeping caches in sync with the datastore

2013-11-11 Thread Alex Burgel
-experiment/issues/detail?id=84 Also, I found this Facebook post on how they replaced memcache. It also discusses similar issues: https://www.facebook.com/note.php?note_id=10151347090423920 --Alex On Monday, November 11, 2013 10:25:24 AM UTC-5, Dan wrote: > > Having thought about this a bit, I t

[google-appengine] Re: what is future of GAE?

2013-10-25 Thread alex
42 On Tuesday, October 22, 2013 5:23:04 PM UTC+2, Ashwini Krishna wrote: > > > -- 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-appengine+unsubscr...

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

2013-10-11 Thread Alex Burgel
I see this bug as well. Dedicated memcache is in preview release, so bugs like this shouldn't be surprising. I filed an issue: https://code.google.com/p/googleappengine/issues/detail?id=10108 On Friday, October 11, 2013 10:42:18 AM UTC-4, James Gilliam wrote: > > Now there is a billing issue wi

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

2013-10-11 Thread Alex Burgel
I filed a production issue on this. I suggest everyone who is seeing this problem do the same. I also switched the dedicated memcache service until this is fixed. so far so good. On Thursday, October 10, 2013 2:58:37 PM UTC-4, James Gilliam wrote: > > Here is what I know so far ... > > I ran th

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

2013-10-09 Thread Alex Burgel
I'm experiencing the same thing as you. A few months of reliable memcache, but now since the weekend I'm seeing the cache reset every couple of hours and a lower hit rate. Nothing changed in my app (haven't deployed in a few days). On Tuesday, October 8, 2013 1:24:12 PM UTC-4, James Gilliam wro

[google-appengine] Re: ImagesService getServingUrl fails often

2013-09-17 Thread Alex Burgel
On Tuesday, September 17, 2013 12:56:26 PM UTC-4, Mac wrote: > Hi, > > We have a java app that calls ImagesService to get a serving url > via getServingUrl API call > > I notice we get ImagesServiceFailureException A LOT. > > Has anyone come across this? > In my experience its one of the less rel

[google-appengine] Re: Fast.

2013-09-06 Thread alex
Ah, sorry. I must've mistaken it for Cloud Endpoints :( On Thursday, September 5, 2013 7:38:41 PM UTC+2, Jason Collins wrote: > > To be clear, I'm talking about regular old webapp2 endpoints. > > So the performance gains I'm (subjectively) seeing would be due to > datastore latency or the genera

[google-appengine] Fast.

2013-09-04 Thread alex
Awesome! Looks like Dan and the team finally cracked it! (see post on Endpoints vs ProtoRPC) -- 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-appeng

[google-appengine] Broken blobstore files - what to do?

2013-08-29 Thread Alex Burgel
ob Viewer Has anyone else had experience with this issue? Even if my users are uploading broken/invalid images or other files, I feel like I should be able to download that file from blobstore to examine it. I would appreciate any help on this. Thanks! --Alex -- You received this message bec

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-24 Thread Alex Burgel
On Saturday, August 24, 2013 11:12:35 AM UTC-7, muhamma...@k2-labs.com wrote: > Thanks Vinny P for your reply, > > I have increased the number of idle instances from Automatic to 100 and > lower the minimum pending latency slider from Automatic to 100ms. I will > update in few days if I faced t

Re: [google-appengine] BREACH attack - is App Engine vulnerable?

2013-08-08 Thread Alex Burgel
Thanks, Takashi. Your suggestion about avoiding mixing sources of data makes sense. Its a good rule of thumb for this issue. --Alex On Thursday, August 8, 2013 8:26:33 PM UTC-4, Takashi Matsuo (Google) wrote: > > > Hi Alex, > > Our security team implemented various possible

[google-appengine] Re: BREACH attack - is App Engine vulnerable?

2013-08-07 Thread Alex Burgel
omers who probably don't care. Are they going to wait and see what happens (i.e., wait for real exploits) or are they going to take steps to protect their customers against a potential (theoretical?) threat? --Alex -- You received this message because you are subscribed to the Google Grou

[google-appengine] BREACH attack - is App Engine vulnerable?

2013-08-06 Thread Alex Burgel
that configuration is handled by App Engine infrastructure, our apps may be at risk and we have little ability to mitigate it without help from Google. Also, a statement on the similar CRIME attack would be helpful too. Thanks. --Alex -- You received this message because you are subscribed to the G

[google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-07-30 Thread Alex Burgel
On Monday, July 29, 2013 9:26:04 PM UTC-4, Richmond Manzana wrote: > - Fixed an issue with debugger/breakpoint not working on the dev_appserver. > > http://code.google.com/p/appengine-devappserver2-experiment/issues/detail? > id=28 > http://code.google.com/p/googleappengine/issues/detail?

Re: [google-appengine] GAE/J - Completely lost on migrating from Files API to GCS Client Library

2013-07-28 Thread alex
I think one could create their own "magic button" with just a couple piplines/mapreduces. Here's a sample I just did: https://github.com/crhym3/bs2gcs (though it's for python27) On Friday, July 26, 2013 12:35:40 AM UTC+2, Gilberto Torrezan Filho wrote: > > Hi Vinny P, > > Thank you for your re

Re: [google-appengine] Time Syncronization

2013-07-26 Thread alex
> Everything is managed for you. That means ANYTHING that relies on the > 'machine' can fail randomly (and does) this implication is totally wrong. On Fri, Jul 26, 2013 at 3:27 PM, Richard wrote: > One other item. > > I have had DeadlineExceeded Errors when calling time.time() in Python. >

[google-appengine] Re: Time Syncronization

2013-07-25 Thread alex
Evan, if the question here is whether currentTimeMils() returns correct time, it's all managed for you, obviously including correct time. This is not an EC2 instance. Not that it probably matters here but Google introduced a concept called "true time", which IMO even more accurate than NTP in s

[google-appengine] Add missing content- and cache-control headers/metadata to cloudstorage/common (issue 11802047)

2013-07-25 Thread alex
Reviewers: tkaitchuck, huebsch_google.com, Description: Makes cloudstorage_test.CloudStorageTest.testGzip and testStat tests of appengine-gcs-client pass. Fixes: * https://code.google.com/p/googleappengine/issues/detail?id=9740 * https://code.google.com/p/appengine-gcs-client/issues/detail?i

[google-appengine] Issue 9468: create_gs_key web docs and docstring say opposite wrt storing blob key

2013-07-24 Thread alex
I'm wondering if someone can answer which one it is. The online docs for create_gs_key function say: "You can safely persist the blob key generated by this function just as you can persist ordinary blob keys in the Blobstore API." https://developers.google.com/appengine/docs/python/blobstore/fun

Re: [google-appengine] Running App Engine Instance 1.8.2

2013-07-16 Thread Alex Burgel
o use the latest versions from svn and periodically update them for bug fixes. That didn't work in this case because there was no communication to users of those libraries that they would break with 1.8.2. --Alex -- You received this message because you are subscribed to the Google G

[google-appengine] 1.8.2 causes exceptions with older mapreduce library versions

2013-07-15 Thread Alex Burgel
eprecation process before removal so things like this don't happen. --Alex -- 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-appengine+uns

Re: [google-appengine] Some questions about get_serving_url.

2013-07-10 Thread Alex Burgel
inal image from blobstore, then the url will return 404 within 24 hours. --Alex -- 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-appengine+u

[google-appengine] Re: Where can I find google api oauth2 sample code?

2013-07-02 Thread alex
> You can't access Gmail through a web API. You have to connect using IMAP or POP3 protocols. Not exactly true. You can access Gmail inbox via Atom feed API: https://developers.google.com/gmail/gmail_inbox_feed Check it out in action: https://developers.google.com/oauthplayground/ --

Re: [google-appengine] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-24 Thread alex
There's Capabilities service API but I'm not sure it would've helped in this specific case: https://developers.google.com/appengine/docs/python/capabilities/#Supported_Capabilities On Mon, Jun 24, 2013 at 10:22 PM, DocDay wrote: > 1) Is there any way application code can trap this error for grac

[google-appengine] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread alex
Is there an issue on the public tracker? I'd star it too. On Thursday, June 20, 2013 6:58:17 PM UTC+2, James Gilliam wrote: > > Blob upload is failing with 503 (service unavailable) ... see attached -- You received this message because you are subscribed to the Google Groups "Google App Engine"

Re: [google-appengine] Puzzled by promotion of Go for high performance web serving

2013-06-16 Thread alex
I don't know where you get your "experience" from but you could've just said something like "Go is not for me" or "I don't like Go". Otherwise, your post is what looks silly. -- alex On Saturday, June 15, 2013 8:15:54 PM UTC+2, Jeff Schnitzer wrote:

[google-appengine] Re: Is it possible for a transactional db.get() to return a stale result if a recent transaction raised a “special” exception?

2013-06-11 Thread Alex Burgel
On Tuesday, June 11, 2013 2:04:17 PM UTC-4, Vinny P wrote: > If a transaction exception occurs though (as you asked in your original > post) there is no guarantee that the transaction occurred. In that case, > you may receive stale data because the transaction is delayed/never > occurred. > Th

[google-appengine] Re: Is it possible for a transactional db.get() to return a stale result if a recent transaction raised a “special” exception?

2013-06-11 Thread Alex Burgel
On Tuesday, June 11, 2013 12:51:46 PM UTC-4, Vinny P wrote: > For now, let's ignore the transaction and exception details. Suppose you > make a simple datastore put, then immediately query the datastore for that > entity. There's a good chance that the entity that you just put in won't > exist,

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-08 Thread Alex Burgel
t require unique filenames. so when uploading files, I hardcode in a file name since it doesn't matter. To switch to cloud storage, I'd have to come up with a unique filename. --Alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

[google-appengine] Re: Noobie: Sharing a collection of in-memory objects between instances.

2013-06-07 Thread Alex Burgel
rontend instance, except that you can scale them independently of your web traffic. so the choice would depend on your traffic patterns and whether you want to add that complexity to your app. --alex -- You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: App Engine Release 1.8.0 in dashboard

2013-05-04 Thread Alex Burgel
the issue in this case is more that you guys are running code that's not yet in prerelease. I thought the way it worked was that you would put out a prerelease version that we could play with and at the same time, upgrade some apps/instances in production to see if there were any issues. in this

[google-appengine] Re: pull queues and backend basics

2013-05-01 Thread Alex Burgel
On Tuesday, April 30, 2013 4:35:18 PM UTC-4, Vinny P wrote: > For resident backends, AppEngine ensures that a backend is always running. > It's dynamic backends that start up/shut down in response to requests. > > Of course, it's always a good idea to periodically monitor your resident > backend

[google-appengine] pull queues and backend basics

2013-04-29 Thread Alex Burgel
n? Or does appengine ensure that one is always running. --Alex -- 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-appengine+unsubscr...@googlegroups.

Re: [google-appengine] [Python] Endpoints vs ProtoRPC ~200ms overhead

2013-04-17 Thread alex
Great news! Yeah, of course, I wouldn't expect Endpoints to be as fast either but I think it's really worth it. Thanks! On Wed, Apr 17, 2013 at 11:15 PM, Dan Holevoet wrote: > Hi Alex, > > No, I don't think you're doing it wrong. Your post encouraged me to

Re: [google-appengine] [Python] Endpoints vs ProtoRPC ~200ms overhead

2013-04-15 Thread alex
same results. Maybe I was doing it all wrong. Actually, I'll be happy to hear that. Please let me know if this makes sense or I'm just comparing apples to oranges. On Mon, Apr 15, 2013 at 11:19 PM, Dan Holevoet wrote: > Hi Alex, > > Can you share a bit more information abou

<    1   2   3   4   5   6   7   8   9   >