[google-appengine] Deploy two versions of same app at same time

2019-10-07 Thread Mahmmoud Mahdi
Hello All, Is possible to deploy two version of same app at same time using gcloud command Thanks -- 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 google-ap

[google-appengine] Using gunicorn w/ gevent, requests hang and workers throw [CRITICAL] WORKER TIMEOUT

2019-10-07 Thread Akshar Dave
When in the Google App Engine (flexible) environment, The request hangs and times out after 120 secs ... In the logs, I am getting [CRITICAL] WORKER TIMEOUT (pid:277) error when serving the Flask app with gunicorn and gevent workers. *here is app.yaml:* runtime: python env: flex entrypoint:

[google-appengine] Re: Deploy two versions of same app at same time

2019-10-07 Thread 'Julie (cloud platform support)' via Google App Engine
There shouldn't be any issues with deploying the same code twice or more as it will result in different App Engine versions. It doesn't seem like there is an option to deploy multiple versions of the same services to App Engine though you can deploy different services in one gcloud command[1].

[google-appengine] Re: deploy error - token exchange failed

2019-10-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Laurent, This seems to be an authentication issue. When installing Cloud SDK, have your run gcloud auth login to authorize gcloud to access the Cloud Platform with Google user credentials? What is the exact command you have run