Skip to content

Commit eb2f81d

Browse files
authored
Merge pull request #3390 from adk-swisstopo/timeout-units
Specify the units for `graceful_timeout`.
2 parents 2e6134f + dbc00fc commit eb2f81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ class GracefulTimeout(Setting):
807807
type = int
808808
default = 30
809809
desc = """\
810-
Timeout for graceful workers restart.
810+
Timeout for graceful workers restart in seconds.
811811
812812
After receiving a restart signal, workers have this much time to finish
813813
serving requests. Workers still alive after the timeout (starting from

0 commit comments

Comments
 (0)