From ebbc2a7b5477ce9219202840edf5486e1e067f57 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 6 Jul 2026 17:15:35 -0500 Subject: [PATCH] Enhancement: Enable GEVENT support in uWSGI configuration for improved concurrency handling. Update debugging environment variables accordingly. --- docker/uwsgi.debug.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/uwsgi.debug.ini b/docker/uwsgi.debug.ini index 37a5253b..6753d1a6 100644 --- a/docker/uwsgi.debug.ini +++ b/docker/uwsgi.debug.ini @@ -77,6 +77,7 @@ env = PYTHONUTF8=1 env = PYTHONXOPT=-Xfrozen_modules=off env = PYDEVD_DEBUG=1 env = DEBUGPY_LOG_DIR=/app/debugpy_logs +env = GEVENT_SUPPORT=true # Debugging control variables env = WAIT_FOR_DEBUGGER=false