forked from platypush/platypush
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:
parent
8102178ba4
commit
692180c653
5 changed files with 13 additions and 5 deletions
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue