home.social

#uwsgi — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #uwsgi, aggregated by home.social.

  1. New blogpost: blog.tyk.nu/blog/the-story-of-

    It is a lovely story about debugging TLS connection issues from Django to PostgreSQL.

    The root cause turned out to be libpq erroring out when running with the environment variable $HOME set to an existing but unreadable path, in this case "/root"

    Enjoy!

    #django #postgresql #supervisor #uwsgi

  2. Progress made on figuring out the lockups. Sometimes when doing `sub process expansion`, rb_f_backquote gets stuck in waitpid_wait, even though the process has exited and is now a zombie. So then that worker process stops being able to do work. Eventually all 's workers have this happen, and all requests become 504s. Eventually the buffer of connections fills up, and these turn into 502s. Not sure if this is the same as github.com/unbit/uwsgi/issues/ . This is with 2.7.8