mirror of
https://github.com/astaxie/beego.git
synced 2025-04-02 17:25:58 +00:00

With beego.BConfig.Listen.Graceful enabled, when received SIGHUP, we'll fork a child process. But the parent process still have jobs to finish, So we can't kill the parent process directly.