Birne94 commented on code in PR #37551:
URL: https://github.com/apache/airflow/pull/37551#discussion_r1495837423


##########
airflow/__main__.py:
##########
@@ -54,6 +55,11 @@ def main():
         conf = write_default_airflow_configuration_if_needed()
         if args.subcommand in ["webserver", "internal-api", "worker"]:
             write_webserver_configuration_if_needed(conf)
+
+    # Some tasks require parsing DAG files, so we enable secret caching for 
improved performance.
+    # If the user did not configure secret caching, this action is a no-op.

Review Comment:
   I updated the comment, does it make more sense now?



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to