unix socket gets deleted on worker restart · Issue #1298 · benoitc/gunicorn

We have a django app deployed on heroku with gunicorn 19.6.0 It is binding to a unix socket that's used by Nginx. These are the options that we're using: --max-requests 500 \ --max-requests-jitter ...