From dbc00fca76120ef398bbe02f2a05dd7976830887 Mon Sep 17 00:00:00 2001 From: Adrien Kunysz Date: Wed, 16 Apr 2025 15:58:49 +0200 Subject: [PATCH] Specify the units for `graceful_timeout`. --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 07c5aab34..29b30ad23 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -807,7 +807,7 @@ class GracefulTimeout(Setting): type = int default = 30 desc = """\ - Timeout for graceful workers restart. + Timeout for graceful workers restart in seconds. After receiving a restart signal, workers have this much time to finish serving requests. Workers still alive after the timeout (starting from