[google-appengine] Re: Official/documented way to set MTU

2017-07-20 Thread David Nolan
Thanks Jordan, appreciated. I can see that solution will work for configs for packets without the IPsec header, but ours do, which further lowers the max MTU to 1432. It sounds like there is not necessarily going to be a customisable MTU, but the new value will instead be fixed at 1460? I can a

[google-appengine] Re: UrlFetch requests failing with UnknownHostException

2017-07-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
It seems that you are experiencing a network issue that doesn’t let you to establish a connection to the remote host. I found a similar issue on this StackOverflow post that might be helpful. In case your issue still pe

[google-appengine] Re: UrlFetch requests failing with UnknownHostException

2017-07-20 Thread Antonio Antonelli
I'm experiencing the same issue. It works on the dev server but not on the real one. On Thursday, July 20, 2017 at 2:27:15 PM UTC+1, Béla Uzonyi wrote: > > No changes were made recently to my app. > > Maybe I provided a misleading explanation. So my app's backend is trying > to make requests to

[google-appengine] Re: How to use Google Cloud DNS and does Google Cloud Hosting support email service?

2017-07-20 Thread Borislav Arapchev
*Thank you so much, George!!!* *Ill check it. * четвъртък, 20 юли 2017 г., 20:43:18 UTC+3, George (Cloud Platform Support) написа: > > Hello Borislav, > > 1) You can find information on custom domains, and how to set one up for > your app, in the "Using Custom Domains and SSL" documentation pa

[google-appengine] Re: Official/documented way to set MTU

2017-07-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
You can find the appropriate reported Issue Tracker that covers this exact discussion. Our engineering team is working on a fix so that the MTU of Docker (currently 1500) and the MTU of the Compute Engine VM that is your GAE Flex instance (currently 14

[google-appengine] Re: How to use Google Cloud DNS and does Google Cloud Hosting support email service?

2017-07-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Borislav, 1) You can find information on custom domains, and how to set one up for your app, in the "Using Custom Domains and SSL" documentation page . 2) There is a Mail API that maps perfectly onto

[google-appengine] Re: Logging in local sever (dev server) & Intellij

2017-07-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Patrick, The same company that created IntelliJ can provide you with a proper tool to view logs in an organized way: PyCharm . IntelliJ also supports it, and a dedicated manual

[google-appengine] Re: Stability of Java 8 on Standard Environment

2017-07-20 Thread Christian Maan
We switched to the java8 runtime recently, and for the most part didn't experience any major issues (yet). Performance did definitely improve for us, compared to java7. On GAE Standard, we use a bunch of Google Cloud services, including Datastore, Vision API, GCS, Compute Engine, Memcache, PubS

[google-appengine] Re: Stability of Java 8 on Standard Environment

2017-07-20 Thread Christian Maan
We switched to the java8 runtime recently, and for the most part didn't experience any major issues (yet). Performance did definitely improve for us, compared to java7. On standard environment, we use a bunch of Google cloud services, including Datastore, Vision API, Storage, Compute Engine, Me

[google-appengine] Logging in local sever (dev server) & Intellij

2017-07-20 Thread Patrick Jackson
I've search for quite some time on a good setup for viewing logs within Intellij when using the local server. The only solution I have is to view logs via the output of the console. Is there a better way? Would be great to have search, level filtering, regex, etc App Engine is so close to be

[google-appengine] How to use Google Cloud DNS and does Google Cloud Hosting support email service?

2017-07-20 Thread Borislav Arapchev
I copied my WordPress site to Google Cloud Hosting. Now the site has a copy working as http://11.22.33.44 /some IP/. I have 2 questions? 1 - Where to see the DNSes I need to change it in my domain , so my site to start loading the new /Google/ hosting? 2 - Does Google support some email service

[google-appengine] Official/documented way to set MTU

2017-07-20 Thread David Nolan
Using flexible-custom, I need to communicate with multiple regional databases including outside of our GCP netblocks, so we have a DNS VM with the appropriate entries as well as Cloud VPN. What I've found in practice is that Docker does not inherit the host's MTU (intentional, see moby

[google-appengine] Re: UrlFetch requests failing with UnknownHostException

2017-07-20 Thread Béla Uzonyi
No changes were made recently to my app. Maybe I provided a misleading explanation. So my app's backend is trying to make requests to some public websites on the internet, and these are failing for all hosts. I hope this clarifies things, thank you for your feedback. Example stacktrace: java.n