uwsgi-docs
uwsgi-docs copied to clipboard
max-worker-lifetime
I have uwsgi 2.0.17 running behind nginx serving a Django app.
If I set max-worker-lifetime I am getting sporadic 502 errors.
Is there something else I need to set to make uwsgi recycle workers without erroring?
I just encountered this one. It looks like max-worker-lifetime doesn't wait for busy workers to finish before reloading them that causes the 502.
Version: 2.0.18
Same problem with version 2.0.18. Is it fixed with version 2.0.19?