[google-appengine] Re: App Engine connect to Oracle instance running in on-premise

2018-08-07 Thread Attila-Mihaly Balazs
As long as it's App Engine Flexible and you're already using Google VPC/VPN there should be no problem connecting to the Oracle instance without having to expose it publicly on the internet. Of course there might still be specific issues to how the two networks (Google's and yours) are intercon

[google-appengine] Re: Extremely dissatisfied with App Engine lately, Network Issues, Support doesn't help and loops

2018-08-07 Thread Attila-Mihaly Balazs
Just adding my two cents here: yes, debugging connectivity problems with AppEngine can be very frustrating - but in my book that's just the price I pay for not needing and IT department 99.999% of the time :) Also, regarding your Cloudflare comment: you get the "x-cloud-trace-context" header in

[google-appengine] Re: App Engine connect to Oracle instance running in on-premise

2018-08-07 Thread Attila-Mihaly Balazs
Hello, Just a small request for clarification: would that be Google App Engine standard or Google App Engine flexible you're thinking about using? Attila -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

Re: [google-appengine] Server Sent Events in GAE Standard

2018-08-07 Thread Attila-Mihaly Balazs
Also, I would expect this not to work since the AppEngine instances don't talk directly to the client, but rather go trough the Google Front-end which buffers both requests and responses (so neither can be streamed). Attila -- You received this message because you are subscribed to the Google

[google-appengine] Node.js Standard Memcache Availability

2018-08-07 Thread Daniel Jimenez
Hi, I am wondering when the Memcache that Python, Java and Golang use in App Engine Standard might be available for use with Node.js. I did read in this post

[google-appengine] Re: I have two applications in google cloud platform with a similar source code and datastore entities but one application shows some errors while other doesn't. Any ideas?

2018-08-07 Thread edgaralexander via Google App Engine
There is no information available that could help us help you at the moment. Knowing the error in question would be very useful to have an idea of what is going on or where the error is located. You mentioned they have similar code, but they do not have the same code, correct? There might be

Re: [google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-08-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Aleksander, The issue should be fixed by now; you are encouraged to test it 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+un

[google-appengine] Re: Will App Engine Flex Environment ever support Memcache?

2018-08-07 Thread 'Gopal Ashok' via Google App Engine
Hi Joshua, App Engine Memcache for Flex alpha is closed. The current caching story for App Engine Flex is Cloud Memorystore (Beta) which currently supports Redis. We do plan to provide support for Memcache that can be accessed from Flex. We will have a closed alpha for this in late Q3\early Q4

Re: [google-appengine] Extremely dissatisfied with App Engine lately, Network Issues, Support doesn't help and loops

2018-08-07 Thread EPS Dev-Team
+1 On Tue, Aug 7, 2018 at 5:32 AM Kaan Soral wrote: > Basically, I experience network issues like what happened here: > https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/wiXNbETOYgA > > On a regular basis, since if a request fails to reach App Engine, it's > invisible to t

[google-appengine] Public link disappeared for assets in bucket

2018-08-07 Thread Alessandro Mattioli
Since a few days ago I was able to get a public link to a file to make it publicly readable in my bucket on Google Storage just by clicking on a checkbox in it's row. The label of that Checkbox was saying "Public Link". You can see a screenshot describing what I'm describing:

[google-appengine] Re: Oracle Database in an App Engine Application

2018-08-07 Thread VIVEK KUMAR
Sonal, I have an Oracle machine running in on-premise Data centre and i want to host a website in GCP. There is connectivity btw on-prem and Google VPC using VPN service. Can we consider Google App engine to connect to Oracle instance? You have asked this question way back in 2015. Were you

Re: [google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2018-08-07 Thread Mohamed Ramzy
I also having this issue now , Any help please ? On Sunday, 25 March 2018 18:18:36 UTC+2, vibheesha velayudha wrote: > > No I tried all stuff with gc and other vps services from azure,aws etc and > none work. Gc bans u withing few hours > > On Sun 25 Mar, 2018, 9:42 PM nabilah zulkefli, > wrote

[google-appengine] App Engine connect to Oracle instance running in on-premise

2018-08-07 Thread VIVEK KUMAR
I have an Oracle machine running in on-premise Data centre and i want to host a website in GCP. There is connectivity btw on-prem and Google VPC using Cloud VPN service. I cannot expose Oracle instance using Public IP to internet. Can we consider hosting a website on Google App engine to con

[google-appengine] App engine to connect to Oracle on-premise instance

2018-08-07 Thread VIVEK KUMAR
I have an Oracle machine running in on-premise Data centre and i want to host a website in GCP. There is connectivity btw on-prem and Google VPC using VPN service. Can we consider Google App engine to connect to Oracle instance? Do you think, will it work? -- You received this message bec

[google-appengine] Re: python 3.7 standard runtime release schedule?

2018-08-07 Thread diogoalmeida via Google App Engine
Hello Eric, Even though the Python 3.7 runtime for App Engine standard was announced here [1], its document [2] has not been updated yet. You can also follow up on the release notes here [3]. As for the form to be an Alpha tester [4], it is no longer accepting submissions [5]. [1] https://cl

[google-appengine] Re: Google App Engine multiple regions

2018-08-07 Thread BG Bruno
I agree - this function have to be there already also "google functions" are regional 🙈 https://firebase.google.com/docs/functions/locations if I see it right "aws lambda, aws elasticbeanstalk, aws cloudformation" support loadbalancing 🤯 https://aws.amazon.com/blogs/compute/building-a-multi-reg

[google-appengine] Re: Google App Engine multiple regions

2018-08-07 Thread BG Bruno
I agree - this function have to be there already also "google functions" are regional 🙈 https://firebase.google.com/docs/functions/locations if I see it right "aws lambda, aws elasticbeanstalk, aws cloudformation" support loadbalancing 🤯 https://aws.amazon.com/blogs/compute/building-a-multi-reg

[google-appengine] Extremely dissatisfied with App Engine lately, Network Issues, Support doesn't help and loops

2018-08-07 Thread Kaan Soral
Basically, I experience network issues like what happened here: https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/wiXNbETOYgA On a regular basis, since if a request fails to reach App Engine, it's invisible to the logs etc. - It's impossible to detect or debug these issue