Y
Hacker News
new
|
ask
|
show
|
jobs
by
jessevdk
4681 days ago
If you're interested in zero down time for a go service, then check out goagain [1], inspired by Unicorn. It uses simple fd passing to restart itself, passing the listening socket.
[1]:
https://github.com/rcrowley/goagain
1 comments
patrickg
4678 days ago
Thanks for the pointer! I remember seeing this, but I forgot about it. Glad to have it back.
link