Say for example, that my load balancer (lb) is configured to keep connections idle up to 60 seconds. I want to be able to do the following and avoid the chances that my lb attempts to connect to a timed out connection:
micro -l tcp://0.0.0.0:3000 -k 70000
This situation has been documented in several places. Here's is an example.
Makes sense to create a flag (--keep-alive-timeout / -k) for this?
Say for example, that my load balancer (lb) is configured to keep connections idle up to 60 seconds. I want to be able to do the following and avoid the chances that my lb attempts to connect to a timed out connection:
This situation has been documented in several places. Here's is an example.
Makes sense to create a flag (
--keep-alive-timeout
/-k
) for this?