Posted in

Go signal.Notify监听os.Interrupt在systemd服务中失效?探秘SIGTERM转发机制、PID 1特殊信号处理与Graceful Shutdown标准范式

第一章:Go signal.No … Go signal.Notify监听os.Interrupt在systemd服务中失效?探秘SIGTERM转发机制、PID 1特殊信号处理与Graceful Shutdown标准范式Read more

Posted in

【Go运维SOP强制项】:上线前必须验证的3个运行名字一致性—— ps -o comm= -p $PID vs readlink /proc/$PID/exe vs strings $BINARY | grep “main.”

第一章:Go语言运行名字是什么 … 【Go运维SOP强制项】:上线前必须验证的3个运行名字一致性—— ps -o comm= -p $PID vs readlink /proc/$PID/exe vs strings $BINARY | grep “main.”Read more