endless
endless copied to clipboard
Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)
This error is printed whenever a SIGHUP is sent to an endless server. The server continues to run but this error is causing my program which calls endless to panic....
restart a server on a different port than the previous version was running on
Added additional SMTPDEndlessServer and SMTPDEndlessListener struct which wrap the SMTPD server implemented in github.com/rguliyev/smtpd instead of an HTTP server.
I use systemd to manage go app. config: `ExecReload=/bin/kill -s HUP $MAINPID` Because of pid change, systemd think process failed, and use ExecStart to start process.But process was started by...
Hi, how to create a systemd init script for application using endless package ? Thank you
1. extract endlessServer to support TCP 2. improve logging with srv.EndlessListener.Addr()
Hi Folks, Is there a way to configure a new logger? I am thinking of using logrus to structure the logging in json format for a project, so if you...
remove redundancy code
The existing way will not work if the program has ever changed the working path.
This signal prevents Unix shells from sending the process to the background via CTRL-Z It would be a good idea if SIGTSTP is not intercepted by default.