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
docs/source
|
@ -303,6 +303,7 @@ autodoc_mock_imports = [
|
|||
'bluetooth_numbers',
|
||||
'TheengsDecoder',
|
||||
'simple_websocket',
|
||||
'uvicorn',
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue