[google-appengine] Issue deploying Go app with "gcloud preview app deploy"

2015-12-10 Thread Raphael Simon
I'm getting the following error when trying to deploy my app with gcloud preview: gcloud preview app deploy --project goa-cellar app.yaml You are about to deploy the following modules: - goa-cellar/default (from [/home/raphael/go/src/github.com/raphael/goa- cellar/app.yaml]) Deployed URL: [

[google-appengine] Re: Re-indexing existing data instability

2015-12-10 Thread Nick (Cloud Platform Support)
As discussed in the linked StackOverflow thread, overly-complex indexes on overly-complex entities can strain against certain limits. You should read about Datastore Indexes in the documentation for a discussion of the limits an

Re: [google-appengine] Re: Mail quota increase request - billing enabled project

2015-12-10 Thread PK
Hi Rafael, my reading from using and following GAE/GCP for a long time is that on the 2nd-3rd year of GAE they realized that they were trying to do too much and decided to de-emphasize and partner for a number of services including the mail service—it fell into "we wish we had not launched this

Re: [google-appengine] Re: Mail quota increase request - billing enabled project

2015-12-10 Thread Rafael Darder
@Patrice, Thanks for your honest answer, appreciate it. @Miguel, thanks for your suggestion. I think they're all good alternatives, I'm on my way migrating out of app engine for outgoing email. Email is perhaps by far the simplest of all the cloud platform services, so my rant here has to do less

[google-appengine] Re: Threshold in Usage graph shows different value in different time period

2015-12-10 Thread Nick (Cloud Platform Support)
Hey Niraj, I want to guess that the difference in numbers is a result of looking at different figures, or possibly some client-side interpolation, but I've been unable to replicate what you're seeing on my side, including the phenomenon of having a graph with no marker dot which still displays

[google-appengine] Re-indexing existing data instability

2015-12-10 Thread PK
This is an issue I hit a while ago when I was actively changing indexes. I had not needed to change my indexes for a long time but yesterday I had to make some changes. Once again, I spent several hours in the following loop: 1. Upload new index definitions 2. Indexing of some new complicated in

Re: [google-appengine] Re: Google APIs integrated authentication

2015-12-10 Thread Nick (Cloud Platform Support)
Hey bFlood, The link to the Cloud Status Dashboard posted earlier indicates: The issue with App Engine applications accessing Google APIs should have > been resolved for all affected customers as of 13:15 US/Pacific. We will > conduct an internal investigation of this issue and make appropriat

Re: [google-appengine] Re: Google APIs integrated authentication

2015-12-10 Thread bFlood
well its sorted out now but it was down for 8+ hours, that's pretty bad. is there a post mortem on the issue yet? On Thursday, December 10, 2015 at 12:34:50 PM UTC-5, Nick (Cloud Platform Support) wrote: > > @Miguel, good to hear things are sorted out. > > If any further issues are noticed by a

Re: [google-appengine] Re: Google APIs integrated authentication

2015-12-10 Thread Nick (Cloud Platform Support)
@Miguel, good to hear things are sorted out. If any further issues are noticed by anybody, feel free to post them to the relevant Public Issue Tracker forum, such as google-appengine [1], googlecloudsql [2], google-cloud-sdk [3], or google-cloud-platform [4], depending what's affected, with th

Re: [google-appengine] GAE Inbound Email to non-default Module

2015-12-10 Thread PK
Well the leadership angle has been lost but now it is becoming a checkbox item, so from “GCP should do it” becomes “GCP will have to do it”. I will update the issue tracker with the link to the announcement. https://aws.amazon.com/releasenotes/Amazon-SES/6362472578912599

[google-appengine] Re: Mail quota increase request - billing enabled project

2015-12-10 Thread Miguel Vitorino
Hi Rafael, We use Amazon SES with AppEngine and works very well. You can setup SNS topics with HTTPS webhook calls to your GAE for unsubscribes, bounces, etc. On Wednesday, December 9, 2015 at 2:56:03 PM UTC, Rafael Darder wrote: > > Hi, > I requested an email quota increase two days ago, whi

[google-appengine] Re: What assumptions were made with the free quota 5 million page view estimations?

2015-12-10 Thread Gitted
Are there any high traffic GAE accounts that publicize their monthly pricing that I can read up on? I want real world traffic and pricing for existing applications. To make a use case for using app engine sometimes having a real world case study helps in making a decision. On Thursday, Decemb

[google-appengine] Re: What assumptions were made with the free quota 5 million page view estimations?

2015-12-10 Thread Gitted
Sorry I cannot find the reference, but I swear it was on an official google app engine page (there are lots of references too it in older blog posts and forum posts). What assumptions were made though? :) On Thursday, December 10, 2015 at 10:46:33 AM UTC-5, Patrice (Cloud Platform Support) wro

[google-appengine] Re: What assumptions were made with the free quota 5 million page view estimations?

2015-12-10 Thread Patrice (Cloud Platform Support)
Hi Gitted, Can you point out where you see that in our docs? I'm not able to see it, and I remember it was a line previously in our quota page, but it's not in anymore, exactly because there was too many assumptions made in it. Cheers! On Wednesday, December 9, 2015 at 3:22:31 PM UTC-5, Gitted

Re: [google-appengine] Can appengine be used for a Saas where customers have their own subdomain or point their own custom domain to my appengine app?

2015-12-10 Thread Barry Hunter
On 10 December 2015 at 15:22, Gitted wrote: > Do you get a static ip address for your GAE application or is it a dynamic > IP because of load balancing? > For naked domains you should be given static IP addresses (because cant use CNAMES for most) For subdomains you may be given a CNAME. > >

Re: [google-appengine] Can appengine be used for a Saas where customers have their own subdomain or point their own custom domain to my appengine app?

2015-12-10 Thread Gitted
Do you get a static ip address for your GAE application or is it a dynamic IP because of load balancing? I'm not sure why I have to set anything up in the console, is should be all handled by my application code no? e.g. I get a request, lookup the domain in the database and then I know which

Re: [google-appengine] Re: Mail quota increase request - billing enabled project

2015-12-10 Thread Patrice (Cloud Platform Support)
Hi again Rafael, Unfortunately, there is no real way to get in touch shy of a support package and opening a ticket for it. This is far from ideal I know, which is why we suggest SendGrid as a solution because it comes off cheaper and gives a greater quota. @PK and Anastasios: I will forward yo

[google-appengine] Threshold in Usage graph shows different value in different time period

2015-12-10 Thread Niraj Punekar
Hi All I am trying to view usage graph after executing 1000 of requests. When I tried to view the threshold in 1 hour and 6 hours duration, it shows different threshold value. Not sure which value is accurate. If I refer 6 hours duration, the threshold value for each graph gets change after som

[google-appengine] Re: Do background threads prevent instances created with basic scaling from getting shut down?

2015-12-10 Thread Erik Kuefler
Cool, that all makes sense, I think I understand what /_ah/background means now. So to clarify, every time I create a background thread, what actually happens is the AppEngine sends a request to /_ah/background on the same instance to execute that thread, and I should expect to see log output fr