File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [ "${SC_BOOT_MODE}" = "debug" ]; then
5757 exec python -m debugpy --listen 0.0.0.0:" ${WEBSERVER_REMOTE_DEBUGGING_PORT} " -m gunicorn simcore_service_webserver.cli:app_factory \
5858 --log-level=" ${SERVER_LOG_LEVEL} " \
5959 --bind 0.0.0.0:8080 \
60- --worker-class aiohttp.GunicornWebWorker \
60+ --worker-class aiohttp.GunicornUVLoopWebWorker \
6161 --workers=" ${WEBSERVER_GUNICORN_WORKERS:- 1} " \
6262 --name=" webserver_$( hostname) _$( date +' %Y-%m-%d_%T' ) _$$ " \
6363 --access-logfile=' -' \
7070 exec gunicorn simcore_service_webserver.cli:app_factory \
7171 --log-level=" ${SERVER_LOG_LEVEL} " \
7272 --bind 0.0.0.0:8080 \
73- --worker-class aiohttp.GunicornWebWorker \
73+ --worker-class aiohttp.GunicornUVLoopWebWorker \
7474 --workers=" ${WEBSERVER_GUNICORN_WORKERS:- 1} " \
7575 --name=" webserver_$( hostname) _$( date +' %Y-%m-%d_%T' ) _$$ " \
7676 --access-logfile=' -' \
Original file line number Diff line number Diff line change 5454swagger-ui-py
5555tenacity
5656twilio
57+ uvloop
Original file line number Diff line number Diff line change @@ -1021,6 +1021,8 @@ urllib3==2.2.3
10211021 # -c requirements/../../../../packages/simcore-sdk/requirements/../../../requirements/constraints.txt
10221022 # -c requirements/../../../../requirements/constraints.txt
10231023 # requests
1024+ uvloop==0.21.0
1025+ # via -r requirements/_base.in
10241026werkzeug==2.1.2
10251027 # via -r requirements/../../../../packages/service-library/requirements/_aiohttp.in
10261028wrapt==1.16.0
Original file line number Diff line number Diff line change @@ -355,7 +355,9 @@ uvicorn==0.34.0
355355 # fastapi
356356 # fastapi-cli
357357uvloop==0.21.0
358- # via uvicorn
358+ # via
359+ # -c requirements/_base.txt
360+ # uvicorn
359361watchfiles==1.0.4
360362 # via uvicorn
361363websockets==15.0
You can’t perform that action at this time.
0 commit comments