turbaszek commented on a change in pull request #10933:
URL: https://github.com/apache/airflow/pull/10933#discussion_r488013319
##########
File path: airflow/utils/orm_event_handlers.py
##########
@@ -32,6 +32,9 @@ def setup_event_handlers(engine):
"""
Setups event handlers.
"""
+
+ idle_session_timeout = conf.getint("core",
"sql_alchemy_idle_transaction_timeout", fallback=10)
Review comment:
So I will know about it only if I know the code or stumble upon it in
some Stackoverflow post 😄 I would be in favor of adding it to airflow.cfg
----------------------------------------------------------------
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]