ashb commented on a change in pull request #6034: [AIRFLOW-5343] Remove legacy way of pessimistic disconnect handling URL: https://github.com/apache/airflow/pull/6034#discussion_r321779945
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -125,11 +125,7 @@ sql_alchemy_pool_recycle = 1800 # Check connection at the start of each connection pool checkout. # Typically, this is a simple statement like “SELECT 1”. # More information here: https://docs.sqlalchemy.org/en/13/core/pooling.html#disconnect-handling-pessimistic -sql_alchemy_pool_pre_ping = False - -# How many seconds to retry re-establishing a DB connection after -# disconnects. Setting this to 0 disables retries. -sql_alchemy_reconnect_timeout = 300 Review comment: What happens now with disconnects/errors? ---------------------------------------------------------------- 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] With regards, Apache Git Services
