[google-appengine] Re: Why Is Runtime PHP 7.0.30 Not 7.2??

2018-10-24 Thread ihsan berahim
after you done 'gcloud app deploy'

1) Go ssh your service instance
2) then type 'docker ps' and copy the first instance id (normally)
3) then type 'docker exec -it  bash'

i have no issue deploying a lot PHP micro services on GAE. Chill bro.

On Tuesday, October 23, 2018 at 9:08:18 PM UTC+8, We Are Vitall wrote:
>
> Deploying my app is driving me crazy, getting composer errors due to 
> needing latest php version.
>
> So I have stripped it right back to the following to troubleshoot & still 
> getting this problem:
>
> In empty /home directory
> Put the app.yaml - with just the following in it
> runtime: php72
>
>
> Then run:  gcloud app deploy
>
> Check version in console:  Version 20181023t105100  Serving runtime php72
>
> But when I run php -i in console:
> PHP Version => 7.0.30-0+deb9u1
>
>
> WTF?!!
>
>
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/cfe14b2e-c05c-4b88-b7cc-cfb3dbf7fa1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] How to increase fastcgi_read_timeout in google-app-engine nginx?

2018-07-07 Thread ihsan berahim


I looking for a way to incease 'fastcgi_read_timeout' in GAE Flex using 
runtime_config 'nginx_conf_include'.


The reason to increase the timeout is my http request requires around 
90seconds but the default only 60seconds.


Can't manage to find in SO and Google.



-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/709ac5e6-d20b-4ce3-9477-23a13d737c6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.