You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/19 15:47:51 UTC

[GitHub] [airflow] dstandish commented on a change in pull request #19709: Speed up webserver boot time by delaying provider initialization

dstandish commented on a change in pull request #19709:
URL: https://github.com/apache/airflow/pull/19709#discussion_r753279342



##########
File path: airflow/cli/commands/webserver_command.py
##########
@@ -446,6 +441,11 @@ def monitor_gunicorn(gunicorn_master_pid: int):
             ).start()
 
         if args.daemon:
+            # This makes possible errors get reported before demonization

Review comment:
       ```suggestion
               # This makes possible errors get reported before daemonization
   ```




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org