[google-appengine] Re: dev_appserver in 1.9.76 switched import resolution from relative to absolute?

2018-10-10 Thread Ryan B
fwiw, i've deployed at least one of the affected apps since app-engine-python 1.9.76 was released, and it's still working fine, which implies that the prod runtime isn't similarly affected. (i did that deploy with gcloud sdk 218, purely out of superstition, but i didn't really expect it to

[google-appengine] dev_appserver in 1.9.76 switched import resolution from relative to absolute?

2018-10-10 Thread Ryan B
hi all! i'm debugging a dev_appserver problem that seems to have been introduced in google cloud sdk 219 / app-engine-python 1.9.76: imports are now all resolved as absolute instead of relative. does that sound familiar? for example, i use the future library in many

[google-appengine] Re: Persistent instance and out of memory with automatic scaling and no traffic

2018-10-10 Thread 'Amit (Google Cloud Support)' via Google App Engine
It seems like an expected behavior. As this document mentioned, for min_idle_instances , the number of instances to be kept running and ready to serve traffic. As you set it to automatic, at least one instance is active to

[google-appengine] Re: Google App Engine Standard Environment With node-js

2018-10-10 Thread 'Olu' via Google App Engine
Clicking on the Link, https://excellent-appguard.appspot.com/ works for me. I see the Header of the Application "Content About RoboSystems goes here". So, I cannot reproduce the error being reported. However, if it is an issue that sparingly occurs, I recommend that you review the Stackdriver

[google-appengine] Re: discussion related a firewall google cloud

2018-10-10 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
GCP doesn't offer a product to bypass third party firewalls or change IP for an instance once it has been blocked by a third party firewall. On Wednesday, October 10, 2018 at 8:09:21 AM UTC-4, Abhishek Palcham wrote: > > > we are hosting our php web application on app engine flex environment.

[google-appengine] Re: GCS Python Library requiring SSL on local dev server?

2018-10-10 Thread Daniel Young
Let me try this - thanks for responding. I was confused because I thought all SSL was simulated on the development server. On Wednesday, October 10, 2018 at 6:05:50 AM UTC-7, Katayoon (Cloud Platform Support) wrote: > > Hi, > > It doesn’t seem to be related to the GCS Python libraries. This is

[google-appengine] Re: Cloud Tasks Api for Appengine flex

2018-10-10 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello Joshua, At present, App Engine Task Queue are a completely separate product from Cloud Task. The redirected UI in Pantheon is still using App Engine Task Queue API and not the Cloud Task, and there are no current plans to change the pricing model. So in your case, you won’t be charged

[google-appengine] Google App Engine Standard Environment With node-js

2018-10-10 Thread narendras
Hi Team, We Configured the App engine in the standard environment with node-js, when we click this url https://excellent-appguard.appspot.com/ we are facing the issue. Please find the attachment of error, Error: Server ErrorThe server encountered an error and could not complete your

[google-appengine] Re: Google Clound endpoints not showing

2018-10-10 Thread 'David (Google Cloud Support)' via Google App Engine
What version of Cloud Endpoints are you using? Please note that you will get this type of error if you are using a deprecated version of Google Cloud Endpoints. If you are currently in V1, you need to migrate to V2 . --

[google-appengine] Re: URL Fetch Exception

2018-10-10 Thread samiislam via Google App Engine
Hello Gabriel, I am aware of the Issue Tracker that you have opened with us addressing the issue of ‘ApiProxy$UnknownException in Blobstore and URL Fetch calls’. I am currently investigating the issue on my end and definitely will provide you an

Re: [google-appengine] AppEngine Java SDK 1.9.66 is not available via Maven

2018-10-10 Thread Yuri Sergiichuk
Hurray! Thanks for pushing that update ;-) On Wednesday, October 10, 2018 at 5:25:43 PM UTC+3, joshuamo wrote: > > Good catch! Maven and gcloud release usually launch together, so they may > lag behind the binary SDK release for a short period of time. For this > release, while the Java

Re: [google-appengine] AppEngine Java SDK 1.9.66 is not available via Maven

2018-10-10 Thread 'Josh Moore' via Google App Engine
Good catch! Maven and gcloud release usually launch together, so they may lag behind the binary SDK release for a short period of time. For this release, while the Java binary SDK release was available on 2018-10-03, gcloud and maven central

[google-appengine] discussion related a firewall google cloud

2018-10-10 Thread Abhishek Palcham
we are hosting our php web application on app engine flex environment. we will let a number of users to manage multiple social media accounts and pages as we are developing social media management tool. for eg - if a user of our product is adding 50 accounts and managing it then the user will

[google-appengine] Re: Persistent instance and out of memory with automatic scaling and no traffic

2018-10-10 Thread vvv vvv
Thanks for the answers. In my app.yaml I have "automatic_scaling: min_idle_instances: automatic " I realized an older version of my service was created and running, so I deleted it. What is not clear to me is, after 15 minutes of inactivity, when my instance becomes idle, why isn't the graph

Re: [google-appengine] GCS Python Library requiring SSL on local dev server?

2018-10-10 Thread Dzhovani Chemishanov
I had a similar problem recently. The solution was to reinstall the gcloud. It seems that the certificates had been messed during one of the updates. On 10/10/2018 6:27 AM, Daniel Young wrote: Started seeing this error today SSLHandshakeError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate