Groups
Groups
Sign in
Groups
Groups
Google App Engine
Conversations
Labels
About
Send feedback
Help
Appengine Flex PHP 504 time out.
86 views
Skip to first unread message
Eduardo Lucas
unread,
Feb 26, 2020, 8:25:33 AM
2/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
2/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
[1]
https://cloud.google.com/appengine/docs/flexible/custom-runtimes/configuring-your-app-with-app-yaml#liveness_checks
Reply all
Reply to author
Forward
0 new messages