mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix Sphinx warnings in news files.
This commit is contained in:
parent
4de78cffdf
commit
5028e8a534
@ -16,21 +16,21 @@ Core
|
|||||||
++++
|
++++
|
||||||
|
|
||||||
- optimize the sync workers when listening on a single interface
|
- optimize the sync workers when listening on a single interface
|
||||||
- add `--sendfile` settings to enable/disable sendfile. fix issue:`856` .
|
- add `--sendfile` settings to enable/disable sendfile. fix :issue:`856` .
|
||||||
- add the selectors module to the code base. issue:`886`
|
- add the selectors module to the code base. :issue:`886`
|
||||||
- add `--max-requests-jitter` setting to set the maximum jitter to add to the
|
- add `--max-requests-jitter` setting to set the maximum jitter to add to the
|
||||||
max-requests setting.
|
max-requests setting.
|
||||||
- fix issue:`899` propagate proxy_protocol_info to keep-alive requests
|
- fix :issue:`899` propagate proxy_protocol_info to keep-alive requests
|
||||||
- fix issue:`863` worker timeout: dynamic timeout has been removed
|
- fix :issue:`863` worker timeout: dynamic timeout has been removed
|
||||||
- fix: Avoid world writable file
|
- fix: Avoid world writable file
|
||||||
|
|
||||||
Logging
|
Logging
|
||||||
+++++++
|
+++++++
|
||||||
|
|
||||||
- fix issue:`941` set logconfig default to paster more trivially
|
- fix :issue:`941` set logconfig default to paster more trivially
|
||||||
- add statsd-prefix config setting: set the prefix to use when emitting statsd
|
- add statsd-prefix config setting: set the prefix to use when emitting statsd
|
||||||
metrics
|
metrics
|
||||||
- issue:`832` log to console by default
|
- :issue:`832` log to console by default
|
||||||
|
|
||||||
Thread Worker
|
Thread Worker
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
@ -40,7 +40,7 @@ Thread Worker
|
|||||||
Eventlet Worker
|
Eventlet Worker
|
||||||
+++++++++++++++
|
+++++++++++++++
|
||||||
|
|
||||||
- fix issue:`867` Fix eventlet shutdown to actively shut down the workers.
|
- fix :issue:`867` Fix eventlet shutdown to actively shut down the workers.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
|
|||||||
@ -12,12 +12,12 @@ Core
|
|||||||
++++
|
++++
|
||||||
|
|
||||||
- optimize the sync workers when listening on a single interface
|
- optimize the sync workers when listening on a single interface
|
||||||
- add `--sendfile` settings to enable/disable sendfile. fix issue:`856` .
|
- add `--sendfile` settings to enable/disable sendfile. fix :issue:`856` .
|
||||||
- add the selectors module to the code base. issue:`886`
|
- add the selectors module to the code base. :issue:`886`
|
||||||
- fix :pr:`862` add `--max-requests-jitter` setting to set the maximum jitter to add to the
|
- fix :pr:`862` add `--max-requests-jitter` setting to set the maximum jitter to add to the
|
||||||
max-requests setting.
|
max-requests setting.
|
||||||
- fix issue:`899` propagate proxy_protocol_info to keep-alive requests
|
- fix :issue:`899` propagate proxy_protocol_info to keep-alive requests
|
||||||
- fix issue:`863` worker timeout: dynamic timeout has been removed, fix a race
|
- fix :issue:`863` worker timeout: dynamic timeout has been removed, fix a race
|
||||||
condition error
|
condition error
|
||||||
- fix: Avoid world writable file
|
- fix: Avoid world writable file
|
||||||
- fix :issue:`917`: the deprecated ``--debug`` option has been removed.
|
- fix :issue:`917`: the deprecated ``--debug`` option has been removed.
|
||||||
@ -25,10 +25,10 @@ Core
|
|||||||
Logging
|
Logging
|
||||||
+++++++
|
+++++++
|
||||||
|
|
||||||
- fix issue:`941` set logconfig default to paster more trivially
|
- fix :issue:`941` set logconfig default to paster more trivially
|
||||||
- add statsd-prefix config setting: set the prefix to use when emitting statsd
|
- add statsd-prefix config setting: set the prefix to use when emitting statsd
|
||||||
metrics
|
metrics
|
||||||
- issue:`832` log to console by default
|
- :issue:`832` log to console by default
|
||||||
- fix :issue:`845`: set the gunicorn loggers from the paste config
|
- fix :issue:`845`: set the gunicorn loggers from the paste config
|
||||||
|
|
||||||
Thread Worker
|
Thread Worker
|
||||||
@ -39,7 +39,7 @@ Thread Worker
|
|||||||
Eventlet Worker
|
Eventlet Worker
|
||||||
+++++++++++++++
|
+++++++++++++++
|
||||||
|
|
||||||
- fix issue:`867` Fix eventlet shutdown to actively shut down the workers.
|
- fix :issue:`867` Fix eventlet shutdown to actively shut down the workers.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user