Appengine Flex PHP 504 time out.

86 views
Skip to first unread message

Eduardo Lucas

unread,
Feb 26, 2020, 8:25:33 AM2/26/20
to Google App Engine
Hi Guys,

I'm having a problem using the flex environment now.
I'm trying to increase the time out  to 24hrs ( which is the max)  but this isn't working

I've created the nginx-app.conf file as the documentation advises and inserted the properties to increase the time out but it isn't working.



this is my nginx-app.conf file

location / {
# try to serve files directly, fallback to the front try_files $uri /$front_controller_file$is_args$args;
try_files $uri /$front_controller_file$is_args$args;
proxy_send_timeout 86400s;
proxy_read_timeout 86400s;
}







Does anybody have an idea how to increase the timeout?

Thank you in advance.

gojuancarlos

unread,
Feb 28, 2020, 8:08:35 AM2/28/20
to Google App Engine
Hi, do you have a timeout set on your app.yaml file [1]? The default timeout for custom-runtimes is 4 seconds.
Reply all
Reply to author
Forward
0 new messages