i2gor87 commented on issue #14034:
URL: https://github.com/apache/airflow/issues/14034#issuecomment-809869853
My output of command on airflow 2.0.1, docker-compose.yml from airflow docs:
My webserver isn't starting at all, constantly spamming `[CRITICAL] WORKER
TIMEOUT (pid:364)`
Server stats:
```
CPU utilization ~19.8% (AWS monitor)
Memory consumption 2.17G/3.81G (htop)
```
`time docker-compose run {CONTAINER_NAME} bash -c
"AIRFLOW__LOGGING__LOGGING_LEVEL=debug FLASK_APP=airflow.www.app:create_app
flask routes"`
On new container(docker-compose run airflow-worker)
```
real 5m30.802s
user 0m1.193s
sys 0m0.259s
```
On existing container:
```
real 13m23.415s
user 0m1.095s
sys 0m0.217s
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]