noverde / pequi

URL shortener with multi database support
https://github.com/noverde/pequi
MIT License
11 stars 8 forks source link

Graceful restart or stop #1

Open ecanuto opened 4 years ago

ecanuto commented 4 years ago

We are not graceful stop or restarting our webserver. Maybe using some packages or example from gin documentation we can fix that:

https://chenyitian.gitbooks.io/gin-web-framework/content/docs/38.html

Note that we are are trying to defer some values but it is not working properly due to this issue.