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
PR #263 provides TCP connections to renderd. However, when there is a load balancer (or Kubernetes service backed by the Linux IPVS, in my case) between render_list and renderd, it silently closes TCP connections due to inactivity (because renderd is busy) after some time (15 minutes, in my case) causing render_list to fail. Enabling TCP keepalives on the socket keeps the connection alive.
I am preparing a PR for this.
The text was updated successfully, but these errors were encountered:
PR #263 provides TCP connections to
renderd
. However, when there is a load balancer (or Kubernetes service backed by the Linux IPVS, in my case) betweenrender_list
andrenderd
, it silently closes TCP connections due to inactivity (becauserenderd
is busy) after some time (15 minutes, in my case) causingrender_list
to fail. Enabling TCP keepalives on the socket keeps the connection alive.I am preparing a PR for this.
The text was updated successfully, but these errors were encountered: