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: blacklight
GPG key ID: D90FBA7F76362774
5 changed files with 13 additions and 5 deletions
docs/source

View file

@ -303,6 +303,7 @@ autodoc_mock_imports = [
'bluetooth_numbers',
'TheengsDecoder',
'simple_websocket',
'uvicorn',
]
sys.path.insert(0, os.path.abspath('../..'))