Gunicorn 信号处理
📝
内容提要
背景 链接到标题 最近在项目中使用到了 Gunicorn 的 Graceful Shutdown 功能,阅读代码学习一下 Gunicorn 的信号处理。 Master 链接到标题 Gunicorn 启动入口: WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run() BaseApplication().run()...
➡️