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/03/31 21:04:59 UTC

[GitHub] [airflow] ashb opened a new pull request #15121: Remove duplicate call to sync_metadata inside DagFileProcessorManager

ashb opened a new pull request #15121:
URL: https://github.com/apache/airflow/pull/15121


   `_process_message` already calls sync_metadata if it's a DagParsingStat,
   so there's no need to call it again.  This isn't expensive, but no point
   doing it
   
   I've also added a runtime check to ensure this function is only used in
   sync mode, which makes the purpose/logic used in this function clearer.


-- 
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



[GitHub] [airflow] ashb merged pull request #15121: Remove duplicate call to sync_metadata inside DagFileProcessorManager

Posted by GitBox <gi...@apache.org>.
ashb merged pull request #15121:
URL: https://github.com/apache/airflow/pull/15121


   


-- 
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