[google-appengine] Re: PCI compliance

2018-02-05 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
All information about Google Cloud's PCI compliance can be found within the Security and Compliance documentations . Note that Google Cloud products and services are PCI compliant (e.g App Engine), but your own use of these services

[google-appengine] Re: Does GAE support Asynchronous Servlet now?

2018-02-05 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Async servlets are not yet supported in App Engine. The engineering team is aware of this feature request and are working on implementing it. You can follow the progress in the Public Issue Report . All further updates and communications will occur

[google-appengine] Re: ERROR: (gcloud.app.deploy) Operation timed out. This operation may still be underway

2018-02-05 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi Dheeraj, a thread like this is off-topic for Google Groups. As it may potentially be a defect on the platform and most likely lead to a specific situation which may require some exchange of project information to reproduce the behavior you described, I highly encourage you to submit a

[google-appengine] Re: appcfg does not support deploying to the Flexible environment. Use "gcloud app deploy" to deploy "env: flex" apps

2018-02-05 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi George, as previously mentioned 'appcfg' is deprecated. It is highly recommended to use 'gcloud' or the Maven plugin to deploy GAE Flex on Java. Note that Codeship is not a Google product and we therefore cannot support it due to our limited visibility. It is recommended to continue

[google-appengine] PCI compliance

2018-02-05 Thread James Hunter
We are trying to get our Google App Engine application through PCI compliance. They PCI certifier has 2 questions about use of load balancers that I'm not able to answer. Could anyone help me with this? 1. Is the infrastructure behind the load balancer synchronized? 2. Can we confirm

[google-appengine] ERROR: (gcloud.app.deploy) Operation timed out. This operation may still be underway

2018-02-05 Thread Dheeraj Sarwaiya
HI, I have been getting the same error when I try to deploy a docker image from gcr.io container registry at flex environment. In dockerfile I am installing opencv and dlib libraries. Below is my app.yaml and dockerfile attached. Kindly let me know how can I fix this. runtime: python env:

[google-appengine] Does GAE support Asynchronous Servlet now?

2018-02-05 Thread Juan Hoo
Hello, I tried to use startAsync, looks like it can not go through. I already added annotation "@WebServlet(urlPatterns = "/", asyncSupported = true) I saw 1 post that said it isn't supported now. Is it true? Thanks -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: Over Quota Custom Message

2018-02-05 Thread 'George (Cloud Platform Support)' via Google App Engine
It is a lot of subjectivity involved here, in declaring a 503 error friendly or not: for the one who finds this information useful, the same string may well seem friendly. How would you formulate the 503 error friendlier? What extra information would you like to see included with this message?