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

@@ -10,4 +10,5 @@ bidict==0.22.1
flask-socketio==5.3.2
python-engineio==4.3.4
python-socketio==5.7.2
gevent==22.10.2
gevent==22.10.2
gevent-websocket==0.10.1