[google-appengine] Re: Connect to MongoDB Atlas from Google App Engine Standard

2018-10-31 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Raj, A possible workaround of your issue has been provided here. At the StackOverflow thread it is suggested to use an older version of the MongoDB atlas url and set the new url to false. I

[google-appengine] Re: Google Cloud disk snapshot default region?

2018-10-31 Thread Sudhanshu Gaur
If I want to keep the snapshots *only* at a specified region, is it possible? -- 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: Structured logging in Java standard enviornment

2018-10-31 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hello Kishu, I would like to confirm that you are using the example outlined in your initial link and have replaced StringPayload with JsonPayload? If that is the case, it would be my recommendation to

Re: [google-appengine] Re: Error 302 running cron and login:admin in app.yaml in google app engine

2018-10-31 Thread 'Sam (Google Cloud Support)' via Google App Engine
Hi, Notice that the URL you run in chrome ( https://myappname.appspot.com/hellocron) is SSL protected. It could be that the URL which cron is using is 'http' which outputs the 302. So the request to 'http' is being redirected 'https'. As you have set 'login: admin' for your cron job handler in

Re: [google-appengine] Re: Why App engine increase usage memory instantly?

2018-10-31 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hello Nguyen, By doing some internal research, I didn't find any current bugs related to memory leak in App Engine runtime. The code you are using for Cloud SQL connection could have some issue and causing this high memory utilization. I believe posting in Stack Overflow

[google-appengine] Unable to complete Tutorial on Google Compute Engine

2018-10-31 Thread Dos Branding
Following the tutorial on Google Compute Engine, I am having trouble completing the tutorial because it doesn't show how to add ports. I created 2 instances, one backend and one front end. However if I click on the external ip, it says the site is not working. I have attached my links as wel

[google-appengine] Re: Connect to MongoDB Atlas from Google App Engine Standard

2018-10-31 Thread Raj Chaudhary
It always works from my local machine. Also works from GAE but only for some time after updating the instance. To the best of my knowledge, this seems to be a GAE outbound connection issue. - Raj On Wednesday, October 31, 2018 at 3:55:04 PM UTC+5:30, Attila-Mihaly Balazs wrote: > > I'm not ve

[google-appengine] Re: "cd" was removed in GAE Standard Node.js and broke our app

2018-10-31 Thread david . spiess
The error message is /bin/sh: 1: exec: cd: not found We use the Node.js Standard Environment. -- 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-appe

[google-appengine] Re: App Engine Flexible DNS client settings

2018-10-31 Thread Mark Drummond
Thanks, this is helpful. I'll investigate these options. On Tuesday, October 30, 2018 at 1:36:21 PM UTC-4, diogoa...@google.com wrote: > > A possible solution you can try is to update resolv.conf file. However, as > in App Engine, the local filesystem that your application is deployed to is >

[google-appengine] Re: Connect to MongoDB Atlas from Google App Engine Standard

2018-10-31 Thread Attila-Mihaly Balazs
I'm not very familiar with MongoDB or either of those services (I only know that they provide hosted MongoDB services), but from a quick check it seems that the referenced host (_mongodb._tcp.youtopia-dev-wc9dj.gcp.mongodb.net) does not exists (ie. doing an nslookup on it returns "no such domain

[google-appengine] Re: Connect to MongoDB Atlas from Google App Engine Standard

2018-10-31 Thread Raj Chaudhary
I get the following error message: "Error: querySrv ESERVFAIL _mongodb._tcp.youtopia-dev-wc9dj.gcp.mongodb.net" Same exact code works fine from my local dev machine. I have already asked the same question on StackOverflow but no response there so far, here is the link - https://stackoverflow.