potiuk commented on code in PR #39055:
URL: https://github.com/apache/airflow/pull/39055#discussion_r1578443041


##########
airflow/www/app.py:
##########
@@ -192,3 +209,8 @@ def purge_cached_app():
     """Remove the cached version of the app in global state."""
     global app
     app = None
+
+
+def cached_flask_app(config=None, testing=False):

Review Comment:
   Replaced with both app cached.



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