Switch to geventwebsocket worker

This commit is contained in:
Peter Stockings
2023-01-03 15:25:47 +11:00
parent 1194eed11a
commit 7b53003116
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
web: gunicorn -k gevent -w 1 app:app
web: gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app

View File

@@ -11,3 +11,4 @@ flask-socketio==5.3.2
python-engineio==4.3.4
python-socketio==5.7.2
gevent==22.10.2
gevent-websocket==0.10.1