Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-5343] Remove legacy way of pessimistic disconnect handling #6034

Merged
merged 1 commit into from
Sep 17, 2019
Merged

[AIRFLOW-5343] Remove legacy way of pessimistic disconnect handling #6034

merged 1 commit into from
Sep 17, 2019

Commits on Sep 9, 2019

  1. [AIRFLOW-5343] Remove legacy way of pessimistic disconnect handling

    Based on discussions in #5949
    it was figured out that there is already pessimistic disconnect
    timeout handling. So instead of hand-written one only SQLAlchemy
    embedded way should be used.
    
    'sqlalchemy~=1.3' is in `setup.py` requirements and `pool_pre_ping`
    appeared in SQLAlchemy 1.2.
    Khrol committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    8f63d25 View commit details
    Browse the repository at this point in the history