Benoit Chesneau

Results 726 comments of Benoit Chesneau

@tilgov agree, the change it planned to the milestone 20.1. Btw There is a 20.0.1 milestone created, so if something is missing please add it to it :)

seems like the backlog is too short. This is an old issue. Let's cvlosing it for now. If it's still reproducible, please open a *new* ticket with details to reproduce...

With Sytemd you probably need to set `ExecReload` in your service file. Something like this: ``` ExecReload=/path/to/gunicorn --check-config ExecReload=/bin/kill -HUP $MAINPID ``` Doing that way you can use the command...

did you try this setup ? It seems you let gunicorn starting its own socket there. Systemd like to work its own way.

thanks! I'm looking at it. On Wed 19 Oct 2022 at 05:56, Nate Coraor ***@***.***> wrote: > Sure, here is the simplest example I can demonstrate with: > > deb:~$...

i would lik to create a project (in github sense) for it and collect the ticket there. About the implementation, I would like to simply implement some hooks that can...

how much ram is used by your app ? How much ram is provided to the container?

you are probably passing to 2 handlers the lpg by overrwriting the doc like you do. The right handler to overwrite is `gunicorn.error` . Maybe https://docs.gunicorn.org/en/stable/deploy.html#logging will help.