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

Thanks for the pointer! I remember seeing this, but I forgot about it. Glad to have it back.