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 2020/05/16 05:51:32 UTC

[GitHub] [airflow] mik-laj commented on pull request #8879: [8878] Add the ability for the webserver to sync dags to the DB

mik-laj commented on pull request #8879:
URL: https://github.com/apache/airflow/pull/8879#issuecomment-629593316


   This change will cause a lot of libraries to be loaded into the webserver process that are unnecessary and will never be used.  If we need a method to force synchronization, I think we can add it as a separate command. Then your script will run two commands one after the other - `airflow dags sync_to_db && airflow webserver` 


----------------------------------------------------------------
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:
users@infra.apache.org