Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
Hi Katayoon, The app tries to connect to redis on startup. I realised that redis was in a different region hence unable to connect. Would that be the cause of long delays during deployment? On Monday, October 8, 2018 at 11:47:30 PM UTC+5:30, Katayoon (Cloud Platform Support) wrote:

[google-appengine] Re: Call to undefined function imagewebp() webp php support

2018-10-08 Thread Attila-Mihaly Balazs
You *could* try doing "sudo apt-get install libwebp" (followed by restarting apache / nginx / php-fpm / whatever process is running your PHP code) but I wouldn't have great expectations. As the instructions seems to indicate to get WebP support, PHP needs to be built from the ground up to

[google-appengine] Re: Having problems with final step with Google Course Builder Deployment

2018-10-08 Thread 'Julie (cloud platform support)' via Google App Engine
To clarify, are you referring to the chmod command? This StackExchange post[1] goes over equivalent windows commands that will allow you to modify permissions. [1] https://superuser.com/questions/106181/equivalent-of-chmod-to-change-file-permissions-in-windows -- You received this message

[google-appengine] Re: Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Sudhanshu, Load is efficiently dealt within Flexible Environment, there is no reason to assume otherwise. You do have control over thread creation. To this purpose, you typically do not need to use anything other than your language’s built-in threading or multiprocessing tools. You may

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Prashanth, As DeWitt mentioned, having a delay around 6 minutes median (50th percentile) for a new version of App Engine Flex. deployment is the expected behavior since when you deploy your first application to the flexible environment, your virtual machine (VM) and other infrastructure

[google-appengine] Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-08 Thread Sudhanshu Gaur
I am trying to fork new processed so that my NodeJs server can utilise load efficiently. I am running my NodeJs app on Google App Engine flexible environment, does app engine itself utilize all cores of the instances OR not, because if it doesn't then I would manually have to do it from my

[google-appengine] Re: Having problems with final step with Google Course Builder Deployment

2018-10-08 Thread Natasha Rajore
I am getting the same error on Windows platform. Can you provide the steps to execute for Windows? On Saturday, November 19, 2016 at 2:07:04 AM UTC+5:30, Nick (Cloud Platform Support) wrote: > > Hey Daniel, > > It appears those instructions were meant for an actual linux box. Cygwin > has

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
Is there any updated. I have Rails flex instances timeout after 45mins( 2 services). On Tuesday, December 12, 2017 at 11:07:43 PM UTC+5:30, DeWitt Clinton wrote: > > Hi all, > > I’m on the App Engine team and I agree, flexible deployments are currently > too slow. The observations in this

[google-appengine] Call to undefined function imagewebp() webp php support

2018-10-08 Thread riccardo castagna (gmail)
Hello to everybody, someone may help me with this issue: https://serverfault.com/questions/934454/configuration-for-support-for-webp-images-on-jetware-optimized-lemp-stack-php The vm istance is on compute engine but should be same if it were on app engine: I have on Compute Engine*the