[google-appengine] Re: cannot connect to vm instance

2020-03-03 Thread 'hasanul' via Google App Engine
You can follow the documentation on ssh troubleshooting to solve the ssh issue. I also found this doc[2] on general troubleshooting

[google-appengine] Re: glcoud app deploy no longer uses Dockerfile

2020-03-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Dan, You might want to consider updating Cloud SDK to the latest version 283.0.0 and try again. If the issue persists, I'd suggest to create a Public Issue Tracker , as this may

[google-appengine] Re: Datastore contention errors after switching from DB to NDB Cloud

2020-03-03 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello Remko, Just to clear any confusion, the product I was referring to was “Firestore in Datastore mode”. Although the names are similar, “Firestore” and “Firebase” are different in that “Firebase” is a development platform and “Firestore” is the new-generation of NoSQL Cloud Database. In

[google-appengine] Re: Appengine Flex NGINX 504 time out - HELP PLEASE

2020-03-03 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello Eduardo, Could you please post the full timeout error details, obfuscating any private information? Also, have you noticed what the exact timeout duration is in seconds, according to the logs? On Monday, March 2, 2020 at 11:48:38 AM UTC-5, Eduardo Lucas wrote: > > Hi Olu, > Thanks for

[google-appengine] glcoud app deploy no longer uses Dockerfile

2020-03-03 Thread Dan Cogswell
I've got a python 3.6 application I deploy to the flexible environment. It uses a Dockerfile, which is in the same directory as app.yaml. Last week, it was using the Dockerfile correctly. Now, when I gcloud app deploy, it looks like it's ignoring the Dockerfile and instead uploading all files

[google-appengine] Re: .appspot.com is currently unable to handle this request. HTTP ERROR 500 -

2020-03-03 Thread Davi Amaral
I found the problem, And I will answer my own question because maybe someone could be with the same problem... I tried to deploy after this error and do some changes, but I was after that this error: gcloud app deploy --promote File upload done. Updating service [default]...failed.

[google-appengine] Gcloud App Deploy no longer uses Dockerfile

2020-03-03 Thread Dan Cogswell
I have a Python 2.7 Google App Engine in the flexible environment. I deploy it using a Dockerfile with the command Gcloud App Deploy. The Dockerfile is in the same directory as app.yaml. Last week this was working fine. Now, it ignores the Dockerfile and deploys to google cloud storage as if