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


On Wednesday, February 26, 2020 at 2:25:33 PM UTC+1, Eduardo Lucas wrote:
>
> 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 
> <https://cloud.google.com/appengine/docs/flexible/php/runtime> 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.
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3725383c-8ebd-43bb-963d-0a178dc0a0ef%40googlegroups.com.

Reply via email to