benoitc
5d2ff5e2ce
bump pytest version
...
fix #1150
2015-11-21 09:49:59 +01:00
benoitc
f154a889dc
fix python 3.5 support
2015-11-20 13:56:09 +01:00
benoitc
6999878a40
forgot to remove the targets from tox
2015-11-20 13:46:13 +01:00
benoitc
8609a36f1c
only support N, N-1 versions of pythons
2015-11-20 13:37:43 +01:00
benoitc
5d902e2a07
prepare the 19.4 release.
...
update changelog, bump the version.
2015-11-20 11:00:00 +01:00
Benoit Chesneau
c8f820b95a
Merge pull request #1136 from shrkw/1135-fix-ssl-options-for-tornado
...
fix-ssl-options-for-tornado
2015-11-16 15:37:09 +01:00
Berker Peksag
302abd551a
Merge pull request #1144 from edmorley/fix-faq-proc_name-link
...
Docs: Fix the link to the proc_name setting on the FAQ page
2015-11-11 02:28:58 +02:00
Ed Morley
b4523cfe7d
Docs: Fix the link to the proc_name setting on the FAQ page
2015-11-10 14:14:07 +00:00
Berker Peksag
cf01376edc
Merge pull request #1141 from irachex/fix-docs
...
Fix worker class link in FAQ
2015-11-04 21:50:23 +02:00
Huayi Zhang
dc0dbf3f6c
Fix worker class link in FAQ
2015-11-05 02:47:59 +08:00
Berker Peksag
eb29a449aa
Merge pull request #1137 from abesto/doc/graceful_timeout
...
Clarify documentation of graceful_timeout
2015-11-02 12:15:38 +02:00
Zoltán Nagy
f1bb0342ec
Clarify documentation of graceful_timeout
2015-11-02 08:49:13 +01:00
Benoit Chesneau
d922df3902
make sure the users can access to the logs
...
make sure that a user is able to access to the logs after dropping a
privilege.
fix #1116
2015-10-31 09:17:43 +01:00
Hiroyuki Shirakawa
b4e86ad73f
Fixes #1135
2015-10-28 12:04:08 +09:00
Randall Leeds
821123d48f
Merge pull request #1128 from NextThought/1126-gevent-time
...
Make the gevent workers handle the quit signal by deferring to a new greenlet
2015-10-26 10:41:21 -07:00
Randall Leeds
50a40b52b6
Merge pull request #1132 from bungoume/add-accesslog-params
...
Add accesslog params
2015-10-22 11:37:05 -07:00
Berker Peksag
e6d63891c9
Merge pull request #1133 from bungoume/update-docs
...
Fix config description of accesslog user-name params
2015-10-21 20:52:08 +03:00
y.umezaki
7dd8a53c8c
Add accesslog params
...
Fix KeyError
Update access logger tests
Update settings.rst docs
2015-10-22 02:28:35 +09:00
umezaki
03cd031b06
Fix accesslog params description
2015-10-22 02:02:13 +09:00
Jason Madden
fb96a9ae69
Make the gevent workers handle the quit signal by deferring to a new greenlet. Fixes #1126 .
2015-10-15 18:13:35 -05:00
Benoit Chesneau
9158ab20f8
Merge pull request #1127 from nickstenning/paste-respect-global-defaults
...
Respect defaults when running a paster application
2015-10-15 16:36:17 +02:00
Nick Stenning
b135c0570f
Respect defaults when running a paster application
...
The values of both the 'workers' and 'umask' settings have global
defaults. In the case of 'workers', this global default can be
overridden by the WEB_CONCURRENCY environment variable, which prior to
this commit is ignored by `gunicorn --paste`.
Removing this duplication of defaults allows `gunicorn --paste` to
respect settings from:
- the environment (WEB_CONCURRENCY)
- the paste configuration file
- CLI flags
2015-10-15 14:10:49 +02:00
Benoit Chesneau
44ac4e457f
inherit from Exception where it needs to be
...
inherit from Exception where it needs to be and document why we use BaseException.
fix #997
2015-10-09 07:48:18 +09:00
Randall Leeds
9e9f1b6cca
Merge pull request #1106 from keakon/master
...
remove checking timeouts while graceful stopping tornado worker
2015-10-08 10:18:09 -07:00
keakon
5708d1d23b
remove checking timeouts
2015-10-08 12:20:43 +08:00
Berker Peksag
e1912db59a
Fix a Sphinx build warning.
2015-09-26 11:34:18 +03:00
Berker Peksag
353f610c1e
Do not duplicate nginx config files.
...
Fixes #1050
2015-09-26 11:33:12 +03:00
Randall Leeds
ed9d5dd824
Merge pull request #1115 from benoitc/fix/627
...
makes sure that file handles are correctly reopened on HUP
2015-09-24 12:20:24 -07:00
benoitc
2221225969
makes sure that file handles are correctly reopened on HUP
...
This change makes sure we don't recreate the Logger class here so we
don't reinitialise the log handlers.
fix #627
2015-09-23 14:00:35 -07:00
Berker Peksag
12b4862c1b
Merge pull request #1117 from lovedboy/webpy
...
add web.py frameworks example
2015-09-22 16:37:35 +03:00
lovedboy
ac4292f60e
add web.py frameworks example
2015-09-22 21:09:19 +08:00
Berker Peksag
811ea7880e
Unpin mock 1.0.1 since it has support for Python 2.6.
2015-09-20 06:52:55 +03:00
Berker Peksag
5b823e283c
Merge pull request #1112 from tnir/update-install-doc
...
Update Debian/Ubuntu installation instructions.
2015-09-09 12:04:38 +03:00
Takuya Noguchi
db2c2488cb
Remove installation guide for Ubuntu lucid.
2015-09-09 16:19:26 +09:00
Takuya Noguchi
46b70016d2
Update Debian/Ubuntu installation instructions.
2015-09-09 01:51:22 +09:00
Berker Peksag
9c1d4424e0
Merge pull request #1102 from ephes/latin1_headers
...
ISO-8859-1 encoded http headers
2015-08-31 06:55:04 +03:00
Jochen Wersdörfer
338721ac56
encode http headers as latin1 RFC 2616
2015-08-29 11:16:58 +02:00
Benoit Chesneau
209a605a33
Merge pull request #1105 from tumb1er/ssl_gaiohttp
...
SSL support for gaiohttp worker
2015-08-25 15:23:49 +02:00
tumb1er
21c7e106a3
SSL support for gaiohttp worker
...
Initialize and pass `SSLContext` to `asyncio.loop.create_server` to enable ssl support.
2015-08-25 16:15:46 +03:00
Berker Peksag
d9a69de63e
Merge pull request #1104 from vihangd/fix_docs
...
Fixed documentation for worker class
2015-08-25 08:42:49 +03:00
Vihang D
8de5eb9b15
Fixed documentation for WORKERCLASS
2015-08-25 10:55:50 +05:30
Benoit Chesneau
a132ca97c8
Merge pull request #1078 from preo/reduce-arbiter-noise
...
Only log '[num] workers' message when it changes.
2015-08-19 21:02:52 +02:00
Robert Estelle
e028710872
Make last logged worker count an explicit instance var.
2015-07-23 18:14:02 -04:00
Benoit Chesneau
89562c776e
Merge pull request #1088 from benoitc/fix/905
...
don't close the unix socket when the worker exit
2015-07-23 23:50:45 +02:00
benoitc
64a5b5cdf3
don't close the unix socket when the worker exit
...
When the worker was exiting, eventlet is closing the listening socket in th
worker. Since the socket instances are shared, this was also removing the unix
socket on close. This change make sure that the socket can only be closed by
its parent (where the socket have been bound).
While I'm here, also make sure we don't use any blocking function in eventlet
while switching).
fix #965
2015-07-22 06:22:24 +02:00
Robert Estelle
6f6ec92c4e
Store last logged worker count.
...
This is easier and safer than only logging when we detect that
self.WORKERS has changed or that `spawn_worker` or `kill_worker` has
been done.
2015-07-19 16:09:27 -04:00
Robert Estelle
09357ed3c4
Only log '[num] workers' message when it changes.
...
Otherwise when debug logging is on, the message prints every second even
with no system activity.
2015-07-19 15:56:58 -04:00
Slava Shklyaev
0d86a9094d
Improve markup of settings.rst
2015-07-15 04:10:15 +03:00
Berker Peksag
725f5cdeb1
Merge pull request #1083 from benoitc/travis-use-cache
...
Use travis cache
2015-07-14 15:18:52 +03:00
Berker Peksag
97428ed083
Merge pull request #1082 from benoitc/travis-container-based
...
Use the travis container-based infrastructure
2015-07-14 01:40:42 +03:00