[google-appengine] Re: Cloud Build for Google App Engine - Flexible is failing with a generic 'exit status 1' - debug output shows issue in python files

2019-06-18 Thread 'Yasser Karout' via Google App Engine
Hello, I recommend posting this on Stackoverflow as it is better suited for development questions since the post will have more visibility. Groups is more geared towards high level discussions about Google Cloud products. But if you suspect the issue is on the Google side, feel free to open a

[google-appengine] Re: Memcache Error in Google App Engine

2019-06-18 Thread 'Yasser Karout' via Google App Engine
I found an internal issue that could be relevant to this. To confirm this, can you provide the error you are getting and which runtime you are using? Is it a custom runtime? Thanks, -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-18 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
I’m glad to know we were able to help you, Have a great day! On Monday, June 17, 2019 at 11:05:39 PM UTC-4, NP wrote: > > Thanks. > > That link answered my question with the answer being - No, the Ids are not > unique across all namespaces. The link also provided a solution for me if I >

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2019-06-18 Thread Javier Martin
I'm experiencing the same problem. Every 30-45 minutes, about 10-20 tasks in queue are just ignored for some minutes. It takes about 7-9 minutes for the queue to dispatch them. All the rest of tasks are dispatched normally : ( I already filed an issue on the tracker

[google-appengine] Cloud Build for Google App Engine - Flexible is failing with a generic 'exit status 1' - debug output shows issue in python files

2019-06-18 Thread Claudio Vallesi
I'm testing how to build a pipeline on GCP and after successfully deploying an Angular 6 application I wanted to add a websocket (socket.io) backend that will serve real time updates. First of all the error itself, which is results of this command: gcloud builds submit --verbosity=debug

[google-appengine] Re: Can't open different version of appengine in flexible environment

2019-06-18 Thread Peter Chen
Do I have to change dispatch.yaml each time I deploy? By the way, I am deploying a react app. On Thursday, June 13, 2019 at 9:07:36 PM UTC+2, Amit Sinha wrote: > > Hello Peter, > > As Nicolas mentioned, this error usually related to app.yaml file > configuration issue. However, I would

[google-appengine] Re: Started having all sorts of import errors starting June 13

2019-06-18 Thread 'Yasser Karout' via Google App Engine
Hello, I recommend posting this on Stackoverflow as it is better suited for development questions since the post will have more visibility. Groups is more geared towards high level discussions about Google Cloud products. But if you suspect the import error is caused by a release on the Google

[google-appengine] Memcache Error in Google App Engine

2019-06-18 Thread Digital Services
Hi Guys, We have an app deployed (Java) on the Google App Engine. Recently, we have been getting memcache-related errors routinely. It looks like the error is generated from the datastore.get() method that tries to access the GAP's datastore entites. The error disappears on redeploying the