[google-appengine] Should I use app engine to run a single function script?

2022-04-17 Thread Chris Evans
Hi all, I'm trying to figure out what is the best service to use when running a single function script. I'm aware of google cloud functions, but that seems to have more of a define request/response structure. What I'm trying to achieve is essentially the same as Github Pages - when you can

[google-appengine] Re: How can I make Google cloud support h3-29?

2021-03-15 Thread 'Chris (Google Cloud Support)' via Google App Engine
Hello, as mentioned by my colleague before the supported version of QUIC are h3-Q050,h3-Q046,h3-Q043. I have done some research on this, and have found that this version [h3-29] of QUIC is currently deprecated On Thursday, March 11, 2021 at 9:47:18 PM UTC-5 apple...@gmail.com wrote: > > I have

[google-appengine] Re: Yetersiz disk alanı sorunu

2020-03-19 Thread 'Chris (Google Cloud Support)' via Google App Engine
Hello Levent, here is a link [1] with instruction on how to add or resize an HDD in your instance. If you need finer details, please reply to this thread [1] https://cloud.google.com/compute/docs/disks/add-persistent-disk On Thursday, March 19, 2020 at 11:24:57 AM UTC-4, Levent Gül wrote: > >

[google-appengine] Re: Your project loyalpilot-201711 has been shut down

2019-06-10 Thread Chris Palmer
Thanks Nicolas, much appreciated. Should someone reply to me there? -- 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: Your project loyalpilot-201711 has been shut down

2019-06-07 Thread Chris Palmer
Hi Nicolas, The problem I have is - I get an email which instructs me to go to the following page to restore the app (since it's been deleted). BUT the page doesn't load, it just spins on that wheel, so I can't actually restore anything. That's all the email suggests: Dear Developer, Your

[google-appengine] Your project loyalpilot-201711 has been shut down

2019-06-06 Thread Chris Palmer
for it being shut down? Thanks, Chris -- 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 view this

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

2019-04-18 Thread Chris Santos
Still can't believe we're waiting on this. Are there any updates? On Thursday, May 7, 2015 at 12:52:39 PM UTC-5, Ian Childress wrote: > > We (our Go dev team) want to connect our app engine apps to our compute > engine apps directly using internal IP address. From my understanding > through

[google-appengine] Cannot take normal admin actions in Cloud Console - quota group ReadGroup and limit 'USER-100s' of service

2018-11-16 Thread Chris Lorenz
Hey there, I am seeing a lot of issues when using the google cloud console to try and stop and delete versions. Also, as a side note my new deployments are also not provisioning servers for the versions, unsure if it is related. I just checked my quotas page and it shows I am way under

[google-appengine] Re: ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app inf rastructure to become healthy.

2018-11-07 Thread Chris Lorenz
I have been having this issue the past two days, both using Cloud Builder and running app deploy locally. Have a case open but no resolution yet. Basically 8/10 deployments do not provision servers and eventually the version deletes itself. Pretty disheartening considering I am in the process

[google-appengine] Re: Using dispatch.yaml? Help us testing by using `gcloud beta app deploy`

2018-11-07 Thread Chris Lorenz
Sudo related, do you plan on allowing people to deploy dispatch.yaml if they have a different filename? I tried deploying mine with dispatch.dev.yaml and it would fail, had to rename it back to get things to deploy properly. On Monday, October 29, 2018 at 5:37:28 PM UTC-7, Steren Giannini

[google-appengine] Code Editor not found at UI location given in docs.

2018-10-20 Thread Chris Jordan
Google Cloud docs page https://cloud.google.com/blog/products/gcp/introducing-google-cloud-shels-new-code-editor says but I find no such button or command showing on the UI: What I do find is this:

[google-appengine] Re: The App Engine app associated with this project has been deleted.

2018-01-22 Thread Chris Ho
Hi Nick, Not sure if you are still handling this? I am facing the same issue and my projectid is chrisissin. Thanks On Tuesday, October 18, 2016 at 6:50:23 AM UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Folks, > > If anybody else has this problem, please feel free to follow the updates

[google-appengine] PHP App Engine Flex serving SPA and API

2018-01-16 Thread Chris Fremgen
My goal is to serve a SPA and PHP api on the same site. I would like to be able to browse the website at mywebsite.com, and request api calls at mywebsite.com/api/. My directory structure is: public | +-- index.html +-- api | index.php My app.yaml: runtime: php env: flex

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-10-01 Thread chris
Hi Kenworth, Did you receive my private message with project details? Thanks, Chris On Thursday, September 28, 2017 at 2:59:01 AM UTC+1, Kenworth (Google Cloud Platform) wrote: > > @Chris Can you send me privately your project-id? > > @Evan Since your case is a newly purchas

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-09-28 Thread chris
Done- thank you sir. On Thursday, September 28, 2017 at 2:59:01 AM UTC+1, Kenworth (Google Cloud Platform) wrote: > > @Chris Can you send me privately your project-id? > > @Evan Since your case is a newly purchased domain, I recommend you open a > new public issue

[google-appengine] app.yaml handler sequence for removing file extensions

2017-09-27 Thread chris
Hi, I'm using App Engine to host a static site (Soon to become full web app), but I'm being forced to make trade offs with my app.yaml file which doesn't seem to be the case for most users. File structure is: ROOT - app.yaml - www (directory) - .html files - css (directory) -

[google-appengine] Re: How to remove custom domain from project

2017-09-27 Thread chris
Hi Nicholas, I have a similar problem: - Started a project using Cloud Storage Bucket to host static files, mapped to domain (www.innerathletenutrition.com) - Decided to migrate to AppEngine, and deleted old project associated with domain - Created new project and after deploying on AppEngine,

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-09-27 Thread chris
have to wait until the old project is permanently deleted/unavailable for restoration in 24 days? Thanks, Chris On Tuesday, September 26, 2017 at 10:26:39 PM UTC+1, Kenworth (Google Cloud Platform) wrote: > > Are you still experiencing this issue? When I go to the URL > <http://www

[google-appengine] Re: Go Bookshelf Tutorial OAuth Error

2017-06-20 Thread Chris Lewis
tion" : "The OAuth client was not found." } On Tuesday, June 20, 2017 at 4:31:51 PM UTC-7, Chris Lewis wrote: > > https://cloud.google.com/go/getting-started/tutorial-app > > I am attempting to follow this tutorial and have been unable to get the > storage and OAuth2 portio

[google-appengine] Go Bookshelf Tutorial OAuth Error

2017-06-20 Thread Chris Lewis
https://cloud.google.com/go/getting-started/tutorial-app I am attempting to follow this tutorial and have been unable to get the storage and OAuth2 portions working. I continually receive a 401 Unauthorized response when attempting to upload a file or login. Then, I add my Client ID and Secret

[google-appengine] Bookshelf Tutorial in Go Error

2017-06-20 Thread Chris Lewis
I attempted to follow the bookshelf app tutorial and was able to get it running and deployed. However, when attempting to upload images to the storage and when activating the oauth2 portion I continually received error Unauthorized responses (401). This is the tutorial I followed. I also

[google-appengine] Re: Can't file bugs to issue tracker

2017-06-05 Thread Chris Wood
Jesse - to the best of your knowledge, should this be fixed for *all* components in Issue Tracker now (as opposed to just the Cloud Platform stuff)? I'm seeing the same issue on *Public Trackers > G Suite Developers > Gmail* .. Chris On Monday, 5 June 2017 20:42:26 UTC+1, Jesse S

[google-appengine] Re: Error occurs after 30-40 consecutive urlfetch

2017-03-31 Thread Chris Olsen
I get this error quite often as well. I am using standard environment, and as was mentioned, the request itself is not a long one, but under a second. On Tuesday, August 9, 2016 at 8:29:30 AM UTC-6, kyeongwook Ma wrote: > > Hi GAE support, > > I am a developer using the GAE with Golang and gin.

[google-appengine] How to disable google cloud account to stop payments

2016-11-30 Thread Chris Cook
Hello, I would like to disable payments and my google cloud account all together, I don't feel comfortable with my card being there anymore and would like to back out of the free trial. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Re: What is this error: Authentication for the Google Apps domain undefined?

2016-05-06 Thread Chris Xing
Thanks! That was the problem. On Fri, May 6, 2016 at 2:58 PM -0700, "'Zeehad (Cloud Platform Support)' via Google App Engine" wrote: Are you requiring user authentication for a Google Apps domain? From the settings page, check to see what Google

[google-appengine] What is this error: Authentication for the Google Apps domain undefined?

2016-05-05 Thread Chris Xing
I am trying to build a simple Google App engine app. Everything works on my dev machine. After deploying to App Engine, I am getting this error in log: Thu May 05 22:22:25 UTC 2016 WARN Authentication for the Google Apps domain undefined can only be performed when requests are served from a

[google-appengine] Re: dev_appserver.py complains of missing pdo_mysql.so on simple F3 PHP application

2016-05-04 Thread Chris Hoffman
documentation on this should be improved. The reason for the missing libraries errors is because the appengine extension expects them to be compiled into the corresponding php version. I'm closing on this issue for now. On Wednesday, May 4, 2016 at 12:27:05 PM UTC-7, Chris Hoffman wrote: > &g

[google-appengine] dev_appserver.py complains of missing pdo_mysql.so on simple F3 PHP application

2016-05-04 Thread Chris Hoffman
or pointers would be greatly appreciated, Chris -- 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

Re: [google-appengine] Re: my git repo is empty

2016-05-01 Thread Chris Hills
I am having this issue too. I also noticed that it lost the domain mapping, even though it still works! (My app is http://go.chaz6.com/ - which due to hsts preload will not work in chrome, you will have to use another browser until the ssl situation gets sorted out). It would be useful if there

[google-appengine] Can I put a Google Sheet on the Google Apps Engine?

2016-02-26 Thread Chris Lusk
We currently use a Google Sheet from our Drive that has 9 tabs, about 30 lines of script code, 50+ columns, 250+ rows, and has 13 to 20 people accessing it at the same time every day. It is PAINFULLY SLOW! Would it speed up if I could put this Sheet on the Compute engine or somethingif

Re: [google-appengine] Re: Massive GAE latency since 10:00 GMT

2016-02-01 Thread 'Chris Ramsdale' via Google App Engine
If you can email me application IDs, we can take a look. -- Chris On Feb 1, 2016 4:24 PM, "Nick (Cloud Platform Support)" <pay...@google.com> wrote: > Thanks for moving this to the issue tracker, since it's the best forum to > get such support. I wish you luck in having the

[google-appengine] Visual Basic Programmer - should I use Python, Java, PHP or GO

2015-11-15 Thread Chris Ketchell
Im very familiar with Visual Basic so Im wondering which would be the best pplatform for me to use - Python - Java - PHP - Go

Re: [google-appengine] Visual Basic Programmer - should I use Python, Java, PHP or GO

2015-11-15 Thread Chris Ketchell
Thanks very much I'll probably work through the introductions for each Would you say any are similar to .Net? -- 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

Re: [google-appengine] Future of App Engine Classic runtimes

2015-10-21 Thread 'Chris Ramsdale' via Google App Engine
hey David, the existing runtimes, and overall runtime environment, will not be frozen and we will continue to provide updates and new functionality. in terms of new runtimes, an upgrade to Java 8 is on the near-term roadmap. -- Chris On Tue, Oct 20, 2015 at 4:36 PM, David Cohen <dcc

[google-appengine] Re: App Engine blocked in certain regions?

2015-09-10 Thread Chris Ramsdale
if you need further clarification. -- Chris Product Manager, Google Cloud Platform On Wednesday, September 9, 2015 at 7:17:13 AM UTC-7, Sandro Stricker wrote: > > Hello, > > I've developed a mobile backend for my app and I see a few of these > warnings: > > > content=&

[google-appengine] Using gcloud-golang from Managed VMs

2015-09-03 Thread 'Chris Broadfoot' via Google App Engine
your app.yaml: beta_settings: # NOTE: userinfo.email is required by the Datastore API. service_account_scopes: > https://www.googleapis.com/auth/userinfo.email Cheers Chris -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] Re: Using Google App Engine with Laravel and Socialite

2015-08-14 Thread Chris Townsend
Hi Nick, Thank you for your response. http://stackoverflow.com/questions/32006525/using-google-app-engine-with-laravel-and-socialite Here is the link to my Stackoverflow question, thank you On Friday, August 14, 2015 at 1:21:43 PM UTC+1, Chris Townsend wrote: ! am having problems with Google

[google-appengine] Using Google App Engine with Laravel and Socialite

2015-08-14 Thread Chris Townsend
! am having problems with Google oauth login via socialite. I am migrating the app which currently works locally and in production to GAE. I am using the shpasser gae package for Laravel 5.1 and that is functioning correctly. The first login request displays the google permission screen like

Re: [google-appengine] Re: URGENT: 1.9.25 causes many errors in my python app

2015-07-31 Thread 'Chris Ramsdale' via Google App Engine
PK, this is not the way that this should roll out. reach out to me personally and i'll credit you for the support costs. in the parallel i've reached out to the Python team to see what the root cause was here. -- Chris Product Manager, Google Cloud Platform On Mon, Jul 27, 2015 at 8:31 PM

Re: [google-appengine] Re: Deleted default Google Cloud Storage bucket, unable to recreate

2015-06-08 Thread 'Chris Ramsdale' via Google App Engine
well, this isn't cool. let me look into what's going on here and see if we can add a fix. at minimum, we shouldn't allow you to delete the default bucket (we use if for other services) and get yourself into a horked state. -- Chris On Mon, Jun 8, 2015 at 5:08 PM, Sean Lynch techni...@gmail.com

Re: [google-appengine] The future of prospective search

2015-05-06 Thread 'Chris Ramsdale' via Google App Engine
deeply into the situation. look for an update in the next 1-2 months. -- Chris Product Manager, Google Cloud Platform On Wed, May 6, 2015 at 12:58 PM, Frederik Creemers frederikcreem...@gmail.com wrote: Hi everyone, I am building an application, which could make great use of the prospective

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-28 Thread 'Chris Ramsdale' via Google App Engine
excellent feedback. some comments inline below. On Thu, Apr 23, 2015 at 3:09 PM, Aleem Mawani al...@streak.com wrote: @chris, thanks for asking, 1) Sorry I might have had some confusion here, I thought traffic splitting/traffic migration didn't work for managed VM's but it in fact

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-23 Thread 'Chris Ramsdale' via Google App Engine
(and the goal is to move App Engine Logging API over to Google Cloud Logging all-up), but what else are you looking for? -- Chris On Thu, Apr 23, 2015 at 11:47 AM, Aleem Mawani al...@streak.com wrote: Chris - with the improvements you're suggesting to Managed VMs (20 sec deploys, 1 sec instance

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-22 Thread 'Chris Ramsdale' via Google App Engine
On Tue, Apr 21, 2015 at 11:22 PM, Vinny P vinny...@gmail.com wrote: Hi Katie, I think Karl's post hit a home run and I'm happy to see the positive response to his post. Let me just tack on a few items: *Managed VMs:* The development toolchain for Managed VMs can be a bit finicky. To be

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-22 Thread 'Chris Ramsdale' via Google App Engine
consider everything else an implementation detail for App Engine to worry about :) exactly. if anything, we're going to make those same APIs available from other compute environments (e.g. Compute Engine and Container Engine). On Wednesday, April 22, 2015 at 8:31:47 AM UTC+2, Chris Ramsdale

Re: [google-appengine] Re: Google Cloud Platform wants to hear from you

2015-04-21 Thread 'Chris Ramsdale' via Google App Engine
Hey Folks, Chris Ramsdale, Lead Product Manager for App Engine here. This is definitely some great feedback. I’ve taken a stab at responding to some of the key points below [in bold]. Don’t hesitate to follow-up on this thread or reach out to me privately. Thanks

[google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2015-04-14 Thread Chris Bianca
SSL is a complete show stopper. Thanks, Chris On Saturday, June 15, 2013 at 2:57:57 AM UTC+1, Andrew Jessup wrote: Hi Everyone, As many of you are aware, last year Google announced that the free, basic version of Google Apps would be discontinued http://googleenterprise.blogspot.com.au

Re: [google-appengine] Re: One senses GAE is just not a major priority for Google

2015-03-05 Thread 'Chris Ramsdale' via Google App Engine
runtime is definitely in the works right now. you can actually run Python 3.x there today using the custom runtime functionality. re: Webapp2, are there specific feature requests or bugs that you can point me to? i'll make sure that we follow-up in some form. -- Chris On Fri, Feb 27, 2015 at 9

[google-appengine] Managing Auto Generated Indexes

2015-02-05 Thread Chris Burnham
I'm doing an advanced search like the one detailed in https://cloud.google.com/appengine/articles/indexselection I'm increasing the number of filters from 2 to 4, with 4 sort orders. If I create a perfect index on this search, I'll need 64 indexes in my index.yaml. I followed the advice in the

Re: [google-appengine] Re: Security Issues in App Engine

2014-12-09 Thread 'Chris Ramsdale' via Google App Engine
reported these issues to understand and fix them. Most importantly, we currently have no reason to believe that customer data or applications are at risk. Google App Engine customers do not need to take any action. -- Chris Product Manager, Google App Engine On Tue, Dec 9, 2014 at 2:16 PM, Darien

[google-appengine] dev_appserver deferred queue results in 404?

2014-11-13 Thread Chris Czub
I've set up an application that attempts to create a deferred job, but it's not working on my local setup. I think this is because I am using dispatch.yaml to configure separate front-end and back-end modules. That causes services to run on multiple port numbers, and then the POSTs to add the

[google-appengine] Cloud Console Incredibly Slow

2014-06-12 Thread Chris
I cannot even use the Cloud Console at the moment. Trying to create a new app has been taking 15+ minutes and the console barely loads. -- 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

[google-appengine] Custom domain SSL certificates

2014-05-19 Thread Chris Moeller
I have a StartSSL certificate chain uploaded to my domain, kode54.net, containing a freshly retrieved certificate chain appended to it. However, this page: http://www.networking4all.com/en/support/tools/site+check/report/?fqdn=https%3A%2F%2Fwww.kode54.netprotocol=https Shows that my domain is

[google-appengine] Wordpress installed to Google App Engine has infinite redirect loop on admin cp access

2014-04-22 Thread chris
I have installed Wordpress using the starter repository, with some modifications for unrelated static content. Now when I attempt to use the admin console, it redirect loops on https://www.kode54.net/wp-admin/. I can provide any necessary configuration files if it can help anyone spot my

Re: [google-appengine] App Engine VM-based Backends - Trusted Tester Sign-up

2014-04-12 Thread Chris Ramsdale
yes, you can use JDO, JPA, Objectify, etc. when running on a Managed VM (previously referred to as VM Backend). let me know if you need more clarification. -- Chris On Wednesday, April 9, 2014, Rafael mufumb...@gmail.com wrote: Also in my case. The only reason why we stick with appengine

[google-appengine] Re: Unable to deploy

2014-03-04 Thread Chris
Same problem people I was scared!!!but viewing this I hope that this just was error... El martes, 19 de febrero de 2013 00:07:38 UTC+1, John Conti escribió: I am unable to upload my app: bash-3.2$ /usr/local/lib/appengine-java-sdk-1.7.5/bin/appcfg.sh update war Reading application

[google-appengine] Support serving a blob using range request

2013-12-26 Thread Chris Vaught
Can anyone help solve the problem described at the link below? http://stackoverflow.com/questions/20585491/how-to-support-serving-a-blob-using-range-request I really would appreciate any feedback possible. -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] How to support serving a blob using range request

2013-12-26 Thread Chris Vaught
I am serving PDFs from the blobstore. I would now like to add support for range request. I am at a point where I can obtain the appropriate byte range and I am trying to pass the range to GAE as described in the link below and shown below.

[google-appengine] An ode to Sharkon

2013-12-06 Thread Chris Ramsdale
family, while still paying homage to Sharkon. For more information, including a great writeup on the history of the original logo, be sure to checkout our latest blog post: http://googlecloudplatform.blogspot.com/2013/12/an-ode-to-sharkon.html Cheers! -- Chris Ramsdale Product Manager, Google App

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

2013-12-05 Thread Chris Handy
yes, I am also having issues. Here is the error i get when i try to go to the homepage Warning: chdir(): No such file or directory (errno 2) in /root/ google_appengine/google/appengine/tools/devappserver2/php/setup.php on line 42 Warning: require(wordpress/wp-admin/wp-admin/install.php):

Re: [google-appengine] Re: MapReduce Roadmap

2013-12-05 Thread Chris Ramsdale
friction? - or, is it the fact that it's sat in experimental for way too long that is the larger concern? -- Chris Product Manager, Google App Engine -- Chris On Dec 5, 2013 6:12 PM, PK p...@gae123.com wrote: I am resending this in case the right Product Manager(s) at Google missed my question

Re: [google-appengine] Re: MapReduce Roadmap

2013-12-05 Thread Chris Ramsdale
thanks, PK. we'll follow-up on the issue you cited. -- Chris On Thu, Dec 5, 2013 at 9:59 PM, PK p...@gae123.com wrote: Thanks Chris. Great to hear that you plan to move map/reduce to GA. The reasons I asked are: 1. it has been experimental for about 3 years if not longer so I had

[google-appengine] Calendar API returning 500 Internal Server Error

2013-11-19 Thread Chris Hughes
Intermittently all day I have been receiving this error from the Calendar API: com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 Internal Server Error { code : 500, errors : [ { domain : global, message : Backend Error, reason : backendError } ], message

Re: [google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-08-12 Thread Chris Ramsdale
Manual scaling for a V1 launch, but we're looking into auto-scaling. -- Chris On Thu, Aug 8, 2013 at 1:47 AM, Andrew First and...@leanplum.com wrote: This is great! Any plans to support autoscaling as well? Andrew On Thursday, June 20, 2013 12:21:06 PM UTC-7, Takashi Matsuo (Google

Re: [google-appengine] Scheduled Backup produces zero length files

2013-08-01 Thread Chris Hesse
This is a somewhat expensive problem because a partial backup is not very useful and backups of this many items are not free. We have applied for google cloud platform support but received no response so far. On Monday, July 29, 2013 11:25:29 AM UTC-7, Chris Hesse wrote: Nah, this happens

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

2013-07-31 Thread Chris Ramsdale
Thanks! On Jul 31, 2013 4:07 PM, rdodev ami...@gmail.com wrote: https://groups.google.com/forum/#!topic/google-appengine/b0bElNbdVDU On Wednesday, July 31, 2013 6:43:58 PM UTC-4, jon wrote: Chris may I ask where the original thread is? -- You received this message because you

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-07-30 Thread Chris Ramsdale
while there's currently no defined date for decommissioning this API, we are committed to supporting it throughout the remainder of the year (2013). please don't hesitate to reach out to me directly (cramsd...@google.com), if you have further questions (this thread is fine as well). -- Chris

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

2013-07-30 Thread Chris Ramsdale
i replied on the original thread. let's move the conversation there. On Tue, Jul 30, 2013 at 6:33 AM, rdodev ami...@gmail.com wrote: Hey Richmond, I still have not gotten an answer (not even a ballpark one) about the timeline for final removal of the blobstore file-like API for python 2.7

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-07-30 Thread Chris Ramsdale
Thanks, Ruben! On Jul 30, 2013 5:36 PM, rdodev ami...@gmail.com wrote: Chris, Thank you very much for your response. It help us tremendously to know that at least we a have a few month's wiggle room to move our stuff to GCS. We were sweating bullets over here :) I will copy-pasta your

Re: [google-appengine] Scheduled Backup produces zero length files

2013-07-29 Thread chris
on what might cause this? Thanks, Chris -- 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-appengi...@googlegroups.com javascript:. To post

Re: [google-appengine] Re: Modules vs Backends

2013-07-25 Thread Chris Ramsdale
: app_id frontend (web) version 1 version 2 frontend (mobile) version 1 version 2 backend (data pipelining) version 1 version 2 where all frontends and backends are themselves a Module. hope this helps. -- Chris On Fri, Jul 19, 2013 at 9:32 AM, PK p

Re: [google-appengine] Re: Modules vs Backends

2013-07-25 Thread Chris Ramsdale
I'm not sure that I have complete context here. We're not removing any functionality for frontends, so all existing functionality will persist. On Jul 25, 2013 4:21 PM, timh zutes...@gmail.com wrote: Hi Chris I have asked this a couple of times, there is no mention of warmup requests

[google-appengine] Scheduled Backup produces zero length files

2013-07-23 Thread chris
, such as UnknownError: ApplicationError: 7 Any ideas on what might cause this? Thanks, Chris -- 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] App Engine Auto Scaling Poorly as of 1.8.2

2013-07-18 Thread chris . ritter
Our App (id: innoslate) has been consuming 5-10x the number of instance hours as usual over the past 24 hours. There has been no significant increase in users or activity to warrant this. Many instances are alive and have only served a couple of requests... What is going on with the GAE Auto

[google-appengine] Re: App Engine Auto Scaling Poorly as of 1.8.2

2013-07-18 Thread chris . ritter
1.8.2 View Logs Dynamic * QPS and latency values are an average over the last minute. On Thursday, July 18, 2013 4:19:48 PM UTC-4, chris@specinnovations.com wrote: Our App (id: innoslate) has been consuming 5-10x the number of instance hours as usual over the past 24 hours. There has been

[google-appengine] Re: App Engine Auto Scaling Poorly as of 1.8.2

2013-07-18 Thread chris . ritter
This keeps getting worse 16 total instances with only one serving more than one request. -- 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

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

2013-07-17 Thread Chris Ramsdale
Chris, thanks for your message but it rather confuses me more than clarifying things. --I have not seen any issues yet, should I expect to see? Do I need to change my configuration files? --What areas are affected? Is it only regarding pre-released/trusted testers features? Thanks up

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

2013-07-16 Thread Chris Ramsdale
not the case. -- Chris On Tue, Jul 9, 2013 at 11:50 PM, Moises Belchin moisesbelc...@gmail.comwrote: @Mike We noticed something similar last week. ImportError: cannot import name expression_parser when you use from google.appengine.api import search Saludos. Moisés Belchín. 2013/7/10 Vinny

Re: [google-appengine] Re: Sunsetting double wildcard SSL certificate support for applications serving from appspot.com

2013-07-15 Thread Chris Ramsdale
://cloud.google.com/support/packages. If you can send me your application ID(s) directly, I can have our teams look into a potential fix that we can make platform-side. -- Chris Product Manager, Google App Engine On Fri, Jul 12, 2013 at 10:02 AM, Tobias Stepan tobias.ste...@gmail.comwrote: We were

Re: [google-appengine] Widespread transaction failures under 1.8.2

2013-07-15 Thread Chris Ramsdale
Jason, we haven't updated any Datastore backends at this point, so this seems a bit strange. is this still an issue for you? -- Chris On Wed, Jul 10, 2013 at 9:04 AM, Jason Collins jason.a.coll...@gmail.comwrote: We are seeing a significant uptick in datastore transaction failures under

Re: [google-appengine] Downtime Notifications US / EU EU Status Page

2013-07-12 Thread Chris Ramsdale
great feedback. we're working on a revamp of the status site and will definitely have views into all regions. look for posts to downtime notify to start including region along with other impact quantification. thanks, -- Chris On Thu, Jul 11, 2013 at 2:46 AM, Marcel Manz marcel.m

Re: [google-appengine] Moving application to European datacenter?

2013-07-12 Thread Chris Ramsdale
...@google.com with the email / account that you would like enabled. thanks, -- Chris Product Manager, Google App Engine On Wed, Jul 10, 2013 at 12:29 PM, Vinny P vinny...@gmail.com wrote: Hello Peter, On Wed, Jul 10, 2013 at 9:10 AM, Peter D deaks...@gmail.com wrote: In the app engine

Re: [google-appengine] Re: HR Migration - SSL VIP question

2013-07-08 Thread Chris Ramsdale
hey John, i'm checking with our internal teams on this. would you mind following up with an off-list email (to cramsd...@google.com) with the app IDs in question and we'll have a closer look. thanks. -- Chris On Mon, Jul 8, 2013 at 12:47 AM, johnP j...@thinkwave.com wrote: bump... I'm

Re: [google-appengine] Search API questions for app engine team

2013-06-30 Thread Chris Ramsdale
We're looking into per-index limits with a more relaxed aggregate index limit. This is still in the research phase and I expect the total 250 GB limit to persist through GA. Feel free to reach out directly if this limit is blocking your use of the Search API. -- Chris On Jun 25, 2013 9:46 AM

Re: [google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-06-24 Thread Chris Ramsdale
some comments inline below. -- Chris On Mon, Jun 24, 2013 at 7:59 AM, Nicolas Fonrose (Teevity) nicolas.fonr...@teevity.com wrote: That really is a great news ! And it is something that makes AppEngine so much simpler to use in situation where we have to mix between PaaS and IaaS! great

Re: [google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-06-21 Thread Chris Ramsdale
re: multi-core, you can os.fork() in Python and ForkJoinPoolshttp://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.htmlin Java. re: Google Groups, we can only do so much :) -- Chris On Fri, Jun 21, 2013 at 12:58 PM, pdknsk pdk...@gmail.com wrote: How does this work

Re: [google-appengine] Deploy issues

2013-06-13 Thread Chris Ramsdale
Just to follow-up, if you run into further deployment-related issues, please submit an issue with app ID and exact times. if there is no response, you can reach out to me directly and i'll get the right internal teams looking at it. thanks... -- Chris On Friday, June 7, 2013, Chris Ramsdale

Re: [google-appengine] Re: Upcoming Change to Datastore Auto IDs

2013-06-11 Thread Chris Ramsdale
timh@'s response is correct. by scattering the IDs we avoid overloading a Bigtable tablet and thus the associated latency. -- Chris On Sat, May 25, 2013 at 10:53 PM, timh zutes...@gmail.com wrote: From my understanding sequential IDs, keys etc mean that data is written into the same area

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

2013-06-08 Thread Chris Ramsdale
hey Chris, et al.-- a bunch of great feedback that we'll continue to address. in regards to timeline, we have no plans of decommissioning this API before end of year. that said, assuming the following: - App Engine = Google Cloud Storage performance is equivalent to (if not better than

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

2013-06-08 Thread Chris Ramsdale
noted, and already looking into this. would you need the free quota spread across multiple buckets or would you be good with the free daily quota applied to a single bucket? -- Chris On Fri, Jun 7, 2013 at 11:29 PM, Stefano Ciccarelli sciccare...@gmail.comwrote: The blobstore free daily

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

2013-06-08 Thread Chris
Chris, That seems fair -- We're happy now. - Chris -- 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] Re: Deploy issues

2013-06-07 Thread Chris Ramsdale
hey Renzo / Tony-- there don't appear to be any systemic issues, but we're double checking just in case. i'll post an follow-ups here. -- Chris Product Manager, Google App Engine On Fri, Jun 7, 2013 at 12:56 PM, Tony França tonylamp...@gmail.com wrote: Having the same issue as Renzo

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

2013-06-07 Thread Chris
Max, Any insight on the decommissioning timeline? We have a lot if code dependent on that API. - Chris -- 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

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

2013-06-07 Thread Chris
Jon, Any word on the timeline? - Chris -- 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

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

2013-06-06 Thread Chris
Max, What's the timetable on the experimental Files API decommission: 2 Months, 6 Months or a year? So we can all plan the urgency of this conversion... - Chris On Tuesday, June 4, 2013 8:07:59 PM UTC-4, Max Ross wrote: Hi everyone, I'll try to batch answers to multiple questions

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

2013-06-04 Thread Chris Ramsdale
to General Availability (GA). We encourage developers to start moving over to the new Cloud Storage Client Library as soon as possible. Information on getting started can be found at the open source project linked below. https://code.google.com/p/appengine-gcs-client/ Cheers, -- Chris Ramsdale

[google-appengine] Admin panel constantly crashing on all my applications

2013-05-31 Thread chris . ritter
All I get is: Try Again An unexpected failure has occurred. Please try again. -- 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] Upcoming Change to Datastore Auto IDs

2013-05-24 Thread Chris Ramsdale
be removed. If you have any questions don't hesitate to follow-up here or drop me a line directly. -- Chris Product Manager, Google App Engine -- 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] Can't get my app to run due to NoClassDefError. Need help

2013-05-14 Thread Chris McNulty
Hey, I have been following this tutoiral for the google app engine. http://www.vogella.com/articles/GoogleAppEngineJava/article.html When I went to deploy. The main page for the application displayed but in order to use it I had to login using my google account when I did this I was greeted

Re: [google-appengine] Google to add new runtime at I/O

2013-05-07 Thread Chris Ramsdale
next week) and then we'll look into a refresh and the general structure of how we approach the information that is being disseminated. -- Chris On Tue, May 7, 2013 at 10:55 AM, Tom t...@malcolmson.ca wrote: - is there a more desirable channel for communicating this information? For me

  1   2   3   4   5   >