Hello, is there any timeout setting as default in GCE, I did increased timeout over nginx and php but seem not affected
Solved! Go to Solution.
Greetings @da_root,
Google Cloud's Compute Engine has a function for idle connections.
Google Cloud VPC networks track connections, like those made over TCP, for 10 minutes. If a connection doesn't have any activity for 10 minutes, it's considered idle and its tracking stops. To resume receiving data for that connection, you need to send something out first. This rule is for all connections, whether they're inside or outside the network [1].
Hope this helps. Thank you.
[1]. https://cloud.google.com/compute/docs/troubleshooting/general-tips#idle-connections
Greetings @da_root,
Google Cloud's Compute Engine has a function for idle connections.
Google Cloud VPC networks track connections, like those made over TCP, for 10 minutes. If a connection doesn't have any activity for 10 minutes, it's considered idle and its tracking stops. To resume receiving data for that connection, you need to send something out first. This rule is for all connections, whether they're inside or outside the network [1].
Hope this helps. Thank you.
[1]. https://cloud.google.com/compute/docs/troubleshooting/general-tips#idle-connections