From 51c660774a5945ef08a777d0bc169f1dcf2f64ee Mon Sep 17 00:00:00 2001 From: Josemy Duarte Date: Sun, 30 Apr 2023 17:11:13 +0200 Subject: [PATCH] Remove title --- _posts/2023-04-24-golang-lifecycle.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/2023-04-24-golang-lifecycle.md b/_posts/2023-04-24-golang-lifecycle.md index 451f1e674681..11a419ac0532 100644 --- a/_posts/2023-04-24-golang-lifecycle.md +++ b/_posts/2023-04-24-golang-lifecycle.md @@ -11,8 +11,6 @@ tags: published: true --- -# How to shutdown a Go application gracefully - All this started by noticing that my Go applications showed an increased number of errors when I was shutting them down. After some investigation I found out that the problem was related to the lifecycle of the components of my application. Why was this happening? Because I was not shutting down my application gracefully. Meaning that I was not giving the