Hi,
We're running uwsg server with following config:
# These setting are for test.juicenectar.com
[uwsgi]
env = xxx=xxx.settings.test_settings
master = true
processes = 4
module = jump.wsgi
uid = ubuntu
gid = ubuntu
http = :8002
daemonize = /var/log/app/uwsgi-test.log
# This is your virtualenv directory
home = /srv/app/.app-venv
socket = /tmp/uwsgi-test.sock
pidfile = /var/run/uwsgi-test.pid
vacuum = true
chmod-socket = 660
It hangs every 10-15 minutes and stops responding to health checks from
haproxy. Local test with lynx http://localhost:8000 shows it hangs
indeed, no response. We don't use nginx in front of uwsgi, probably should.
Questions:
how to get debug output?
what it can be, why it hangs?
Thanks
--Roman
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi