Benoit Chesneau
f25ea06c74
Merge pull request #854 from benoitc/fix/830-2
...
fix asyncio worker handling
2014-08-16 13:16:27 +02:00
benoitc
f80ddf368c
fix tests
2014-08-16 12:26:04 +02:00
Berker Peksag
719e61bf18
Raise a RuntimeError if asyncio is not available.
...
Fixes #830 .
2014-08-16 12:19:23 +02:00
Randall Leeds
88804ae035
Merge pull request #853 from alq666/alq666/logger-class
...
Respect logger_class setting unless statsd is on
2014-08-15 21:26:34 -07:00
Alexis Le-Quoc
cc40f2e31f
Respect logger_class setting unless statsd is on
2014-08-15 23:31:16 -04:00
Randall Leeds
0dafa8d279
Merge pull request #850 from silarsis/master
...
added timezone to logging
2014-08-13 15:23:57 -07:00
Kevin Littlejohn
c21c3c20bd
added timezone to logging
2014-08-13 09:53:32 +10:00
Stéphane Wirtel
d2bcf8f689
Merge pull request #849 from hebertjulio/patch-1
...
Update design.rst
2014-08-12 21:23:50 +02:00
Hebert J
0d2680d620
Update design.rst
...
Double "are".
2014-08-12 16:19:10 -03:00
Berker Peksag
30fe550d10
Merge pull request #843 from msabramo/patch-1
...
signals.rst: Improve English slightly
2014-08-08 08:52:05 +03:00
Marc Abramowitz
9065bc9bd9
signals.rst: Improve English slightly
2014-08-07 22:39:14 -07:00
Berker Peksag
3961e807b2
Remove py==1.4.22 from requirements_dev.txt.
...
It's not a direct dependency for Gunicorn. Only used by py.test.
2014-08-07 23:20:42 +03:00
Berker Peksag
6baaffd78e
Merge pull request #842 from mulka/patch-1
...
Update faq.rst
2014-08-07 23:01:45 +03:00
Kyle Mulka
43ffed3c67
Update faq.rst
...
mmm... grammar
2014-08-07 15:02:48 -04:00
Randall Leeds
42ff88bbbd
Merge pull request #838 from mgood/statsd-timing
...
Send statsd timing metrics in milliseconds
2014-08-05 00:26:40 -07:00
Randall Leeds
9c0add7a96
Merge pull request #839 from alq666/master
...
Cut down logging messages in manage_workers
2014-08-05 00:26:35 -07:00
Alexis Le-Quoc
7db45868e0
Typo
2014-08-04 15:36:14 -04:00
Alexis Lê-Quôc
6cb67e49ca
Restore number of workers in DEBUG log
2014-08-04 15:30:12 -04:00
Matt Good
59bf9b5867
Fix statsd test for millisecond times
2014-08-03 14:39:34 -07:00
Alexis Le-Quoc
bc2e132bce
Rework logging to allow for empty log message while pushing metrics
2014-08-03 17:15:13 -04:00
Matt Good
7c10c7d22d
Send statsd timing metrics in milliseconds
...
The statsd documentation indicates that timing values are expected to be in
milliseconds, not seconds:
"The glork took 320ms to complete this time"
https://github.com/etsy/statsd/blob/master/docs/metric_types.md#timing
2014-08-03 13:38:07 -07:00
WooParadog
2753aac65b
Fix PyTest class in setup.py.
...
It should be subclass of `setuptools.command.test`. Also, use it in
.travis.yml.
2014-08-01 15:30:20 +03:00
Randall Leeds
622488155a
Merge pull request #835 from zytek/master
...
Display correct pid of already running instance
2014-07-30 23:09:16 -07:00
Jakub Paweł Głazik
ed94dd0267
Display correct pid of already running instance
2014-07-31 01:31:46 +02:00
Berker Peksag
6fdc5788db
Merge pull request #828 from danielquinn/patch-1
...
Typo
2014-07-26 23:48:48 +03:00
Daniel Quinn
f495a865c5
Typo
...
s/suite/suit/
2014-07-26 22:43:04 +02:00
benoitc
2ff4e2b154
you probably know it but we are in 2014
2014-07-26 15:04:31 +02:00
benoitc
f38ca58a01
add missing people to THANKS
2014-07-26 14:46:13 +02:00
benoitc
d3e747a300
fix 19.1 changelogs
2014-07-26 14:14:12 +02:00
Benoit Chesneau
428c7e1f98
Merge pull request #826 from benoitc/fix/771
...
support tornado 4.0
2014-07-26 11:42:12 +02:00
benoitc
05409f92af
example: edit paste example to allow the display of gunicorn logs
2014-07-26 11:24:29 +02:00
Benoit Chesneau
7bb1a57815
Merge pull request #809 from berkerpeksag/set-logging-paste
...
Set global logging configuration from a Paste config.
2014-07-26 11:24:01 +02:00
benoitc
bcb3c003d4
doc: let django user know about the DJANGO_SETTINGS_MODULE env
...
improve the documentation to show the usage of the DJANGO_SETTINGS_MODULE
environment variable. related to #802 .
2014-07-26 10:28:48 +02:00
benoitc
43b8687ceb
fix django ex
2014-07-26 10:24:26 +02:00
benoitc
9ec27c1ef7
support tornado 4.0
...
fix #771
2014-07-26 09:06:07 +02:00
Stéphane Wirtel
2e8db50989
We need at least one argument for the WSGIApplication fix #815
2014-07-25 10:25:56 +02:00
Andrew Svetlov
4b1cbe6a37
Merge pull request #823 from benoitc/gaiohttp_unixsock
...
Support UNIX sockets in gaiohttp worker
2014-07-24 09:03:10 +03:00
Andrew Svetlov
2b2725dddb
Support UNIX sockets in gaiohttp worker
2014-07-23 07:33:18 +03:00
Benoit Chesneau
1584023731
Merge pull request #817 from benoitc/816-gthread-keepalive-pop
...
Fix major issue with threaded worker keepalive
2014-07-13 06:25:26 +02:00
Randall Leeds
ec62d487f7
Fix major issue with threaded worker keepalive
...
The keepalive queue management is fixed to not pop extra connections
incorrectly.
Close #816
2014-07-12 12:46:22 -07:00
Benoit Chesneau
f310b04f48
Merge pull request #813 from methane/patch-1
...
Use pip instead of easy_install
2014-07-03 22:09:24 +02:00
INADA Naoki
3e05a9d7f8
Use pip instead of easy_install
2014-07-04 00:59:20 +09:00
Berker Peksag
b6d445a5a1
Set global logging configuration from a Paste config.
...
Since gunicorn.app.pasterapp.{run, paste_server} are deprecated,
there is no way to configure the logging module from a Paste config
file.
2014-06-29 04:08:37 +03:00
benoitc
ce1b29f66b
link tickets in the changelog
2014-06-28 18:08:49 +02:00
benoitc
3796d3efde
fix typo
2014-06-28 18:05:45 +02:00
benoitc
75bf409d8f
fix headers in news
2014-06-28 18:02:23 +02:00
benoitc
403acab3b1
update changelog
2014-06-28 17:59:34 +02:00
benoitc
46afb979e2
Revert "swicth confing load order"
...
This reverts commit b5aab16bf590cacff1825410d9cfaea925de5b24.
Change was broken. If we simply switch there, the error when loading the
config will not be reported correctly. We should find a better way.
2014-06-28 17:06:18 +02:00
benoitc
b5aab16bf5
swicth confing load order
...
fix #800
2014-06-28 16:54:51 +02:00
Benoit Chesneau
ceda9c597c
Merge pull request #748 from alq666/statsd-logger
...
gunicorn instrumentation via statsD and a new logger class
2014-06-28 16:45:54 +02:00