[google-appengine] Re: SSL error when uploading in Google App Engine

2017-09-10 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
This seems to be issue of using an old email address that no longer has permission. You can follow these StackOverflow thread 1 and thread 2

Re: [google-appengine] Re: Strange behavior with GAE service using Pubsub

2017-09-10 Thread Anton Bacaj
It is using the default pull configuration. I am using the google-cloud pubsub nodejs client. What I mean by not consuming, my consume callback function does not get triggered on Google app engine, but locally it does. On Sep 10, 2017 3:37 PM, "'Kenworth (Google Cloud Platform)' via Google App En

[google-appengine] SSL error when uploading in Google App Engine

2017-09-10 Thread Michael Kasan
Hi Everyone, When i try to upload a new certificate, I get a general error message (see attached screenshot) Needless to say that when i try later, the issue isnt solved Any Ideas? Thanks Michael -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Re: Strange behavior with GAE service using Pubsub

2017-09-10 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
subscription/num_undelivered_messages 1- Does it happen on both push and pull subscriptions? 2- What do you mean consume any messages? 3- What is the result if you You can call to get the number of unacknowledged messages or "suscription/num_outstanding_messages" to get the number of outstandi

[google-appengine] Re: Updated health checks failing on GAE with custom runtime

2017-09-10 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I noticed that you also posted this in StackOverflow on a tag we monitor and Public Issue Tracker . As it may potentially qualify as a defect

[google-appengine] Updated health checks failing on GAE with custom runtime

2017-09-10 Thread Mike Hardy
Hi There, we're having problems getting our app to function correctly using a custom runtime and updated health checks. We're using the custom runtime to add tests + migrations to our deployment. Below are our Dockerfile, urls.py, and app.yaml. I'm also including a snapshot of the logs Where are

[google-appengine] Strange behavior with GAE service using Pubsub

2017-09-10 Thread Anton Bacaj
I have a service that runs on google app engine, it is supposed to subscribe to a topic and do some work. The behavior is very strange, I see the service running from the logs but it does not consume any messages. When I run the service on my local machine it does consume messages correctly. D

[google-appengine] Re: Run scheduled Dataflow job from AppEngine web application (flask) - ImportError: No module named dataflow_pipeline

2017-09-10 Thread Leonid SpiralSolutions
found the problem forgot to apply setup_file parameter in pipeline options with my package module. On Monday, September 4, 2017 at 8:47:52 PM UTC+3, Yannick (Cloud Platform Support) wrote: > > Hello, if I understand correctly you have an App Engine application with > code to create and run a Da