You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason seems to be that the AWS load balancer will drop any connection that is idle for 60s. We're going to attempt to solve this by adding a keep alive (ping) to the connection every 45s or so.
The text was updated successfully, but these errors were encountered:
The reason seems to be that the AWS load balancer will drop any connection that is idle for 60s. We're going to attempt to solve this by adding a keep alive (ping) to the connection every 45s or so.
The text was updated successfully, but these errors were encountered: