I upgraded my site running on Django 3.2 to Django 4.2. The site is deployed with Nginx/uWSGI. After upgrading, eventually the site becomes unresponsive. Nginx reports upstream connection timeouts but uWSGI continues to run with no active connections to it. There are no application level errors either.
It looks like the WSGI handler got a large update for 4.2, has anyone else experienced these issues? If so, any solutions other than rolling back?