mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
parent
6b59758b2a
commit
b712c682f1
@ -10,6 +10,8 @@ Core & Logging
|
||||
|
||||
- improvement of the binary upgrade behaviour using ``USR2``: remove file
|
||||
locking (:issue:`1270`)
|
||||
- PID file naming format has been changed from ``<name>.pid.oldbin`` to
|
||||
``<name>.pid.2`` (:issue:`1270`)
|
||||
- add the ``--capture-output`` setting to capture stdout/stderr to the log
|
||||
file (:issue:`1271`)
|
||||
- Allow disabling ``sendfile()`` via the ``SENDFILE`` environment variable
|
||||
|
||||
@ -63,6 +63,10 @@ option), Gunicorn will also load the new version.
|
||||
Upgrading to a new binary on the fly
|
||||
====================================
|
||||
|
||||
.. versionchanged:: 19.6.0
|
||||
PID file naming format has been changed from ``<name>.pid.oldbin`` to
|
||||
``<name>.pid.2``.
|
||||
|
||||
If you need to replace the Gunicorn binary with a new one (when
|
||||
upgrading to a new version or adding/removing server modules), you can
|
||||
do it without any service downtime - no incoming requests will be
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user