potiuk commented on code in PR #37638:
URL: https://github.com/apache/airflow/pull/37638#discussion_r1509371886
##########
airflow/cli/commands/webserver_command.py:
##########
@@ -383,7 +383,7 @@ def webserver(args):
"--workers",
str(num_workers),
"--worker-class",
- str(args.workerclass),
+ "uvicorn.workers.UvicornWorker",
Review Comment:
I believe this is just a temporary change to test it, but yes - we shoudl
keep the option to be able to use original workers (here and in the
internal_api). So we should leave that conversation open till then.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]