ashb commented on a change in pull request #8764:
URL: https://github.com/apache/airflow/pull/8764#discussion_r421471104
##########
File path: airflow/www/views.py
##########
@@ -94,7 +94,16 @@
UTF8_READER = codecs.getreader('utf-8')
-dagbag = models.DagBag(settings.DAGS_FOLDER,
store_serialized_dags=STORE_SERIALIZED_DAGS)
+try:
+ async_dagbag_loader = conf.getboolean('webserver', 'async_dagbag_loader')
Review comment:
This is not a "clean-up" -- it is a whole new feature.
And it was a feature that was discussed and rejected in the original
serialized DAG proposal/PR. Please to not bring it back in without a very clear
indication of what problem it solves over the current method against 1.10.10.
----------------------------------------------------------------
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:
[email protected]