[Tile-serving] [openstreetmap/mod_tile] Enable keepalives for TCP connections to renderd (Issue #270)

Stephan Austermühle notifications at github.com
Mon Jan 10 16:19:47 UTC 2022


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 should keep the connection alive.

I am preparing a PR for this.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/270
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/mod_tile/issues/270 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220110/ab9ff124/attachment.htm>


More information about the Tile-serving mailing list