File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/web/server/docker Expand file tree Collapse file tree 1 file changed +2
-2
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=' -' \
You can’t perform that action at this time.
0 commit comments