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 ianchildr...@gmail.com 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/pubsub/docs

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

2015-05-07 Thread 'Alex Martelli' via Google App Engine
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 subscribed to the Google Groups Google App Engine group

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

2015-04-23 Thread '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 jorge...@gmail.com wrote: Anyone know of any implementation or api own google app engine of integration the datastore

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

2015-04-03 Thread 'Alex Martelli' via Google App Engine
On Fri, Apr 3, 2015 at 9:15 AM, Madhavi B madhavi.km...@gmail.com 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 section I

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

2015-04-02 Thread 'Alex Martelli' via Google App Engine
**, 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, Madhavi -- You received this message because you are subscribed to the Google Groups

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

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

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

2015-03-30 Thread '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 dechen...@gmail.com wrote: Hi all, Currently I got stuck in importing a module in parent folder from Endpoint

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

2015-03-21 Thread 'Alex Martelli' via Google App Engine
, 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 unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr

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

2015-03-20 Thread '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 michael.san...@gmail.com wrote: Did google upgrade or change

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

2015-03-18 Thread 'Alex Martelli' via Google App Engine
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 mss.ka...@gmail.com wrote: I

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

2015-03-14 Thread 'Alex Martelli' via Google App Engine
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 dev...@gmail.com wrote: Hi all, My application allows

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

2015-03-12 Thread '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 project but I have

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

2015-03-04 Thread 'Alex Martelli' via Google App Engine
!) 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, re...@el-tramo.be wrote: Hi, I'm trying to write a unit test for file uploads in my (Python) API. I'm using the using the blobstore API to create an upload URL, as follows

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

2015-03-03 Thread 'Alex Martelli' via Google App Engine
, 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, 2015 at 6:56 AM, 'Alex Martelli' via Google App Engine google-appengine

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

2015-03-03 Thread '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 size of int is machine

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

2015-02-25 Thread 'Alex Martelli' via Google App Engine
with an NDA c -- assuming you're *serious* about this!-). Alex On Monday, 23 February 2015 05:59:08 UTC+13, Maciej Arkit wrote: Detailed article and video which will help to save your time during your first steps with GAE (Java): *Blog:* http://startup-with-gae.blogspot.com/2014/11/how

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

2015-02-24 Thread 'Alex Martelli' via Google App Engine
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 piqu...@gmail.com wrote: Hi. I have two apps in GAE. One app is a REST

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

2015-02-23 Thread 'Alex Martelli' via Google App Engine
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 3:36 PM, 'Alex Martelli' via Google App Engine google

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

2015-02-23 Thread 'Alex Martelli' via Google App Engine
On Mon, Feb 23, 2015 at 7:28 PM, Shraddha Bhandavle shraddha...@gmail.com 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 'Alex Martelli' via Google App Engine
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 Martelli' via Google App Engine google

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

2015-02-23 Thread 'Alex Martelli' via Google App Engine
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 wrote: On Mon, Feb 23, 2015 at 5:07 PM, Shraddha Bhandavle shraddha...@gmail.com wrote: So what do I do next Shall i

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

2015-02-23 Thread 'Alex Martelli' via Google App Engine
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 shraddha...@gmail.com wrote: Hello all, I have been working on the project using Google App Engine using Python. I have been

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

2015-02-16 Thread 'Alex Martelli' via Google App Engine
On Mon, Feb 16, 2015 at 5:23 AM, Official George swaggybre...@gmail.com 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 rc.phe...@gmail.com wrote: -1 from an 'enthusiast programmer'; SO considers me un-washed

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

2015-02-16 Thread Alex Martelli
! ...*and* happy system-administering, too!-) Thanks, Alex [1] https://groups.google.com/forum/#!topic/google-appengine/Z6XN_64cA7w On Wednesday, February 4, 2015 at 11:00:47 AM UTC+1, saintthor wrote: why cause this? the password is right. i run this in a remote machine which

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

2015-02-15 Thread '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 question, google provides

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

2015-02-13 Thread 'Alex Martelli' via Google App Engine
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 cama...@google.com wrote: Hi, I can't find your question on Stackoverflow.com. Could you post the link to that question or post it again? The reasons

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

2015-02-13 Thread 'Alex Martelli' via Google App Engine
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, Alex On Fri, Feb 13, 2015

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

2015-02-12 Thread 'Alex Martelli' via Google App Engine
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 daniela11...@gmail.com wrote: Hi, Yesterday doing some deploys i notice something, not sure if it is a bug or feature but i can't find documentation

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

2015-02-07 Thread '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 different modules within single

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

2015-02-07 Thread Alex Martelli
on the issue should you open one; if you explain in much more detail, then I might be able to gain said understanding! Thanks, Alex On Wednesday, February 4, 2015 at 2:37:39 PM UTC, Anthony Shapley wrote: Hi, You could look to deploy different application versions - which would run

[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, 2015

[google-appengine] Re: Managing Auto Generated Indexes

2015-02-06 Thread Alex Martelli
it to Chris's very reasonable desiderata). Thanks, 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.com. To post

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

2015-02-04 Thread Alex Martelli
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 getting a response on SO, since apparently not all App Engine discussions

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

2015-02-04 Thread 'Alex Martelli' via Google App Engine
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 are system administration, so my plan (and I'm pushing as hard

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

2015-01-28 Thread Alex Martelli
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 of my knowledge, doesn't go away by moving from appcfg to gcloud... Alex

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

2015-01-28 Thread Alex Martelli
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, Mihail Russu

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

2015-01-20 Thread Alex Martelli
-Infrastructure/dp/1491900253/ref=sr_1_2?s=booksie=UTF8qid=1421255580sr=1-2keywords=app+engine for Python, http://www.amazon.com/Programming-Google-Engine-Java-Infrastructure/dp/1491900202/ref=sr_1_3?s=booksie=UTF8qid=1421255580sr=1-3keywords=app+engine for Java. Alex On Monday, January 12

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

2014-12-19 Thread Alex Boyd
, the 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've noticed today that random

[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
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, Alex -- You

[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:

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:

[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

[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.

[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 from the OpenSSL heartbleed bug? Since

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

2014-03-28 Thread Alex Burgel
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 DeadlineExceeded Error during

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

2014-03-26 Thread Alex Burgel
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 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] Re: Snapchat

2014-01-20 Thread alex
you mean by that? Compared to what? On Monday, January 20, 2014 4:19:54 AM UTC-6, coto wrote: We all should be surprised, because Google App Engine is very expensive!! On Sunday, January 19, 2014 5:23:13 AM UTC-3, alex wrote: Why were you surprised? -- You received this message because

[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
): 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, 2014 9:08:50 AM UTC-5, Adrian wrote: Hey Alex, Thanks for the reply -- when I load in all of my

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

2014-01-08 Thread alex
, alex a...@cloudware.it 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_York. If it doesn't, something's wrong with pytz. Note that it's not included in App Engine SDK

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

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

2013-12-30 Thread alex
://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 PM, alex al...@cloudware.it javascript:wrote: Just to make it even

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

2013-12-30 Thread alex
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, 2013 at 3:38 AM, tevin joseph tevinj...@gmail.comjavascript: wrote: Hi, I would like to create

[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, December 18, 2013 6

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 and allows

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 advor...@gmail.comjavascript: 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

[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 think I

[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] 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 the

[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

[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

[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 reliable

[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 general

[google-appengine] Fast.

2013-09-05 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-appengine] Broken blobstore files - what to do?

2013-08-29 Thread Alex Burgel
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 because you are subscribed

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 this

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 countermeasures against

[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 Google

[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

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 reply.

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 steven...@gmail.com wrote: One other item. I have had DeadlineExceeded Errors when calling

[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 *

[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

[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.

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

2013-07-16 Thread Alex Burgel
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 Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send

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

2013-07-15 Thread Alex Burgel
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+unsubscr...@googlegroups.com

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

2013-07-10 Thread Alex Burgel
/2fPDYoJbjR4/discussion - I'm wondering whether I can delete original image data stored on Blobstore or not. not really no. The url is just link to the data, not a 'copy'. If you delete the original image from blobstore, then the url will return 404 within 24 hours. --Alex -- You

[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/ -- alex

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 google@eoasys.com wrote: 1) Is there any way application code can

[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: I finally have some significant hands

[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,

[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. There

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

2013-06-08 Thread Alex Burgel
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 group. To unsubscribe from this group

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

2013-06-07 Thread Alex Burgel
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 Engine group. To unsubscribe from this group and stop receiving

[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

[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 backends

[google-appengine] pull queues and backend basics

2013-04-29 Thread Alex Burgel
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.com. To post

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

2013-04-18 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 danielholev...@google.comwrote: Hi Alex, No, I don't think you're doing it wrong. Your post encouraged me to find out

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

2013-04-15 Thread alex
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 danielholev...@google.com wrote: Hi Alex, Can you share a bit more information about how

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

2013-04-13 Thread alex
I'm not sure it's even possible (to reduce the overhead), and I do understand there's another infrastructure layer that uses ProtoPRC lib, but still comare this: @endpoints.api(name='test', version='v1') class EndpointsTest(remote.Service): @endpoints.method(VoidMessage, TestMsg) def

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-12 Thread alex
https://code.google.com/p/googleappengine/issues/detail?id=9167 On Apr 12, 2013 6:21 PM, tz tzclo...@gmail.com wrote: I have the same problem as Panjie: I can no longer use the api explorer on the local development server, instead it gets redirected to

[google-appengine] Different python ProtocolBuffer implementations on dev and prod

2013-03-28 Thread Alex Burgel
/pickle.py, line 858, in load dispatch[key](self) File /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py, line 1083, in load_newobj obj = cls.__new__(cls, *args) AttributeError: class Reference has no attribute '__new__' --Alex -- You received

Re: [google-appengine] Re: Important for Python developers - Updates to the Development Server in 1.7.6

2013-03-22 Thread Alex Burgel
will turn to when first running into a problem. If you no longer wish to support pdb, then at the very least, I think google should provide a supported and documented alternative. https://code.google.com/p/googleappengine/issues/detail?id=9027 --Alex -- You received this message because you

Re: [google-appengine] Re: Important for Python developers - Updates to the Development Server in 1.7.6

2013-03-22 Thread Alex Burgel
On Friday, March 22, 2013 12:35:37 PM UTC-4, Kaan Soral wrote: No one forces anyone to use anything, you can always use previous versions of SDK/Devappserver They've stated why It's currently not possible to debug with devappserver2, as someone watching the development of devappserver2

[google-appengine] Python Cloud Endpoints Cache Control headers

2013-03-22 Thread alex
seem to be anything related on the public issues tracker. Thanks! -- alex -- Forwarded message -- From: Danny Hermes dher...@google.com Date: Nov 2, 2012 12:33 AM Subject: Re: Python Endpoints Expires headers Doug, Thanks for bringing this up. It appears we are missing a piece

<    1   2   3   4   5   6   7   8   9   >