2021-10-29 16:31:20 UTC - David Scherer: Hey, I have a short question. When invoking an action or firing a trigger, everything goes through the api-gateway which passes the activation over the controller (and over kafka) to an invoker right? So, every activation (trigger or action) is basically a http request to this api-gateway. Or am I missing something? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1635525080026800?thread_ts=1635525080.026800&cid=C3TPCAQG1 ---- 2021-10-29 17:59:03 UTC - Brendan Doyle: Hi we're having an issue where a bad acting warm container that lives for a long time hangs on to sockets and does not clean them up. This results into other functions that run on the same host being impacted when there aren't sockets available. Is there any way to limit the amount of network resources that the docker container gets. This is a bit of a noisy neighbor problem where one function is impacting another. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1635530343029800 ----