[google-appengine] NonRetriableException: com.google.apphosting.api.ApiProxy$CancelledException: The API call urlfetch.Fetch() was explicitly cancelled.

2019-05-12 Thread Diego Barreiro
Hello, This error has just appeared yesterday in my project, and I don't understand why: NonRetriableException: com.google.apphosting.api.ApiProxy$CancelledException: The API call urlfetch.Fetch() was explicitly cancelled. We haven't launched any update, changed anything. Everything was workin

Re: [google-appengine] Re: Use GAE with GCE connected with Internal IP

2018-04-23 Thread Diego Barreiro Pérez
com/vpc/docs/vpc-peering> to allows private > connectivity across two VPC networks regardless of whether or not they > belong to the same project or the same organization. > > I hope this helps. > > > On Sunday, April 22, 2018 at 5:10:20 PM UTC-4, Diego Barreiro Pérez wrote: >

[google-appengine] Use GAE with GCE connected with Internal IP

2018-04-22 Thread Diego Barreiro Pérez
I've been searching on Google about this, but didn't found anything "clear" *Is possible to make a request from a Google App Engine project to a Google Compute Engine instance via its Internal IP?* The idea is to make the network faster. AppEngine would make a request to the Internal IP of the G

[google-appengine] Change Instance Scaling

2017-11-04 Thread Diego Barreiro Pérez
Is there a way to alter how instances are generated? In my Java project, it sais that Instances are Autoscaled, but I would like to set that to manual Is that possible? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from t

[google-appengine] Re: Doubt about "Frontend Instance hours"

2017-09-07 Thread Diego Barreiro
Okey, thank you! -- 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 google-

[google-appengine] Doubt about "Frontend Instance hours"

2017-09-06 Thread Diego Barreiro
I have a small doubt about how the quota "Frontend Instance Hours" works I have my application, with only one service ("default") and only one version reciving all traffic ("2-0-0"). If two users use my app for an hour, that quota increases by two hours or only one hour? I hope I've explained m