davidism commented on PR #13199: URL: https://github.com/apache/airflow/pull/13199#issuecomment-1148009828
I saw this issue linked from the Flask issue tracker in https://github.com/pallets/flask/issues/2520. In Flask 2.2, you will be able to set `init_every_request = False` on a `View` subclass to avoid creating a new instance of the view class on every request. It looks like you have a more nuanced solution to updating the cache for your view, but I figured you still might be interested. -- 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]
