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
for some reason i can’t Ctrl-C slowcooker
it stops sending traffic but doesn’t close down
William noted that we aren't capturing syscall.SIGTERM, only syscall.SIGINT. I don't think we should catch SIGTERM. Most terminals send SIGINT on Ctrl-C so I think the existing trap is sufficient but we need to figure out what's not draining properly.
The text was updated successfully, but these errors were encountered:
From oliver:
William noted that we aren't capturing
syscall.SIGTERM
, onlysyscall.SIGINT
. I don't think we should catch SIGTERM. Most terminals send SIGINT on Ctrl-C so I think the existing trap is sufficient but we need to figure out what's not draining properly.The text was updated successfully, but these errors were encountered: