In the log I could also see that src.tgz (146MB) is being uploaded for 6 minutes and then the host computer shuts down the connection because of a read timeout. What can I do about it?
Am Mittwoch, 30. November 2016 07:16:20 UTC+1 schrieb Thomas Baldauf: > > Thank you, unfortunately it's still not working. Now I found the logs of > GCLOUD command and it says: > > 2016-11-30 07:07:41,608 DEBUG root Retrying request to url > https://www.googleapis.com/resumable/upload/storage/v1/b/staging.typingscout-test3.appspot.com/o?uploadType=resumable&alt=json&upload_id=AEnB2UoYF-HOEjSoAK5IGRUi0IUL3bipk1LjfDNU6T3gZss3JkrnsAtSx3LKHHMRhmzXIrugy2bTD8wJZgDJbze--bg6qTVKaA&name=us.gcr.io%2Ftypingscout-test3%2Fappengine%2Fdefault.20161130t070559%3Alatest > > after exception [Errno 10053] Eine bestehende Verbindung wurde > softwaregesteuert durch den Hostcomputer abgebrochen > > What to do? > > > Am Dienstag, 29. November 2016 23:23:50 UTC+1 schrieb George (Cloud > Platform Support): >> >> Hello Thomas, >> >> Exactly as you supposed: the <vm>true</vm> entry now needs to read >> <env>flex</env> in your appengine-web.xml, or env: flex in the app.yaml >> file. >> >> You can see your logs in detail at /var/log/app_engine/custom_logs, as >> described in the “Using Cloud logging in App Engine apps” document >> <https://cloud.google.com/appengine/articles/logging>. >> >> In the same project, you need to create different versions of the >> application for different environments: standard, flex, etc., specifying in >> the configuration file both the version and service names: service: >> service_name in the app.yaml file >> <https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml>. >> >> >> > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5d876d1f-a9b6-4859-9058-1c49b11c8d5a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
