potiuk commented on a change in pull request #5469: [AIRFLOW-4842] Add Py2 deprecation notice URL: https://github.com/apache/airflow/pull/5469#discussion_r296896014
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -98,7 +98,7 @@ sql_alchemy_pool_size = 5 # additional connections will be returned up to this limit. # When those additional connections are returned to the pool, they are disconnected and discarded. # It follows then that the total number of simultaneous connections the pool will allow is pool_size + max_overflow, -# and the total number of “sleeping” connections the pool will allow is pool_size. +# and the total number of "sleeping" connections the pool will allow is pool_size. Review comment: 🥇 ---------------------------------------------------------------- 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
