You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the same thing with the default (sync?) worker type.
gunicorn 19.6.0
Python 2.7.6
Ubuntu Trusty 14.04
I'm using 4 workers, and using the same process as @shturman I see that some of the workers continue to use the old log file, while others move on to using the new one. I'm able to get them to load the new file by issuing a HUP instead of USR1 which closes all workers and re spawns them.
Steps to reproduce with gunicorn 19.6.0:
I'm using Python 3.5.2
Ubuntu xenial 16.04
Worker: GunicornUVLoopWebWorker from aiohttp.
The text was updated successfully, but these errors were encountered: