SSE connections for radio streams were blocking sync gunicorn workers, leaving the app unresponsive. Switching to gevent with 4 workers and a higher timeout fixes concurrent SSE + normal request handling. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
103 B
Text
7 lines
103 B
Text
django>=4.2
|
|
pylast>=5.2
|
|
requests>=2.31
|
|
python-dotenv>=1.0
|
|
whitenoise>=6.6
|
|
feedparser>=6.0
|
|
gevent>=24.0
|