#uwsgi — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #uwsgi, aggregated by home.social.
-
New blogpost: https://blog.tyk.nu/blog/the-story-of-postgresql-choking-on-an-unreadable-home/
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!
-
Progress made on figuring out the #Parabola #Redmine 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 #uWSGI'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 https://github.com/unbit/uwsgi/issues/2521 . This is with #Ruby 2.7.8