From 6fbe6a115bb7978f53b3d33dd86f104a61fd2a4b Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Mon, 15 Feb 2021 18:21:57 -0800 Subject: [PATCH] Clarify grammar in FAQ about worker restarts Noticed by @guettli on GitHub, this sentence was likely supposed to say that workers may "be killed" and "start up", where "to start up" is a verb phrase while "startup" is a single word noun. Clarify by changing this to read "to stop and start". --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 71fb2b84..74cd5004 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -216,7 +216,7 @@ If you use a reverse proxy like NGINX you might see 502 returned to a client. In the gunicorn logs you might simply see ``[35] [INFO] Booting worker with pid: 35`` -It's completely normal for workers to be killed and startup, for example due to +It's completely normal for workers to be stop and start, for example due to max-requests setting. Ordinarily gunicorn will capture any signals and log something. This particular failure case is usually due to a SIGKILL being received, as it's