uranusjr commented on code in PR #37551:
URL: https://github.com/apache/airflow/pull/37551#discussion_r1495301611
##########
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:
The comment is too vague. What is “some” and why does secret caching affect
performance on DAG-parsing?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]