Paul J. Dorn

Results 52 comments of Paul J. Dorn

Reference to original rename: https://github.com/benoitc/gunicorn/commit/036f8b50d9842e3816210e30f6cac592fb97397f#diff-2cb7ac1e139f4df283747ee8c3cd0f26bfaa8aaf4c5891097f8c0e382d1a618aR376

Sorry, my attempt at closing the dash/underscore problem modified was excessive for that use case. Note that when gunicorn pulls something from a header and puts it into environ the...

First starting fresh workers, only then shutting down old ones, thus briefly exceeding the target count, is how gunicorn enables use cases for serving without noticeable interruption. Do not use...

>ongoing presence Mind sharing logs and `ps -f` output? Do you see any unexpected `WORKER TIMEOUT` message in your logs; does the timing of the `Shutting down` and `Master has...

@benoitc Happy with pulling [Neil Pang](https://github.com/Neilpang)'s vm images? Those work with very little setup required for FreeBSD, OpenBSD and illumos (no prebuilt gevent though). Though the Github file still needs...

Equivalent merged in d8c3b1490e0f0e065c09b8143e11005e5e48addb & e6647cf2294791f0bb0031d8915ecfb89fed2e00 - this one can be closed.

Got any context; when does this get triggered? Did you at the same time bump dependency or Python versions? I partially reverted https://github.com/benoitc/gunicorn/commit/1ccebab763e2fa3a6b580f02d848a9dc314ed181 (meant to silence exceptions below `SSLError`) in...

* What *exactly* is the issue here? Just the log entry, or is any request failing that you expect to work? * Is there a proxy in front of gunicorn...

Your logs are upside down 🙃 - but yes, you did find something. There are various issues around the `max_requests` feature (and the basic recommendation is to not use it...

@jeverling It is related - that is how the exception handling looks like without the added gevent complexity. Useful for others to find this issue. Where they can learn that...