mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
docs typo -- fix #678
This commit is contained in:
parent
b0fd632695
commit
6ed6b1399e
@ -13,8 +13,8 @@ Master process
|
|||||||
==============
|
==============
|
||||||
|
|
||||||
- **TERM**, **INT**: Quick shutdown
|
- **TERM**, **INT**: Quick shutdown
|
||||||
- **QUIT**: Graceful shutdwn. I waits for workers to finish their
|
- **QUIT**: Graceful shutdown. Waits for workers to finish their
|
||||||
current request before finishing until the *graceful timeout*.
|
current requests up to the *graceful timeout*.
|
||||||
- **HUP**: Reload the configuration, start the new worker processes with a new
|
- **HUP**: Reload the configuration, start the new worker processes with a new
|
||||||
configuration and gracefully shutdown older workers. If the application is
|
configuration and gracefully shutdown older workers. If the application is
|
||||||
not preloaded (using the ``--preload`` option), Gunicorn will also load the
|
not preloaded (using the ``--preload`` option), Gunicorn will also load the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user