zachliu commented on issue #14034: URL: https://github.com/apache/airflow/issues/14034#issuecomment-771954592
i had to do ```shell time docker run --rm <IMAGE_NAME> bash -c "airflow db init && EXECUTOR=Sequential AIRFLOW__LOGGING__LOGGING_LEVEL=debug FLASK_APP=airflow.www.app:create_app flask routes" ``` i got ```shell 0.07s user 0.08s system 0% cpu 21.182 total ``` but this doesn't mimic our production environment which uses the CeleryExecutor ---------------------------------------------------------------- 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]
