1
0
Fork 0

Back to uvicorn workers from eventlet.

The eventlet API has way too many dependency issues with gunicorn.

Still TODO: Fix or at least mitigate the WSGI workers timeout issue when
they handle websocket connections.
This commit is contained in:
Fabio Manganiello 2023-05-07 15:37:58 +02:00
parent 8102178ba4
commit 692180c653
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
5 changed files with 13 additions and 5 deletions

View file

@ -63,10 +63,9 @@ setup(
'alembic',
'bcrypt',
'croniter',
'eventlet',
'flask',
'frozendict',
'gunicorn @ https://github.com/benoitc/gunicorn/tarball/master',
'gunicorn',
'marshmallow',
'marshmallow_dataclass',
'python-dateutil',
@ -78,6 +77,7 @@ setup(
'simple_websocket',
'sqlalchemy',
'tz',
'uvicorn',
'websocket-client',
'wheel',
'wsproto',