Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

GCE Timeout

Hello, is there any timeout setting as default in GCE,  I did increased timeout over nginx and php but seem not affected

Solved Solved
1 1 1,377
1 ACCEPTED 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

View solution in original post

1 REPLY 1

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