You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Dan Davydov (JIRA)" <ji...@apache.org> on 2016/12/07 00:39:58 UTC

[jira] [Created] (AIRFLOW-680) Making `airflow run` not use a db connection pool

Dan Davydov created AIRFLOW-680:
-----------------------------------

             Summary: Making `airflow run` not use a db connection pool
                 Key: AIRFLOW-680
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-680
             Project: Apache Airflow
          Issue Type: Improvement
          Components: core
            Reporter: Dan Davydov
            Assignee: Dan Davydov


The goal here is to reduce the number of active database sessions on the metadata database. Note that sqla create database connection pools and that when we have thousands of tasks emitting heartbeats it can lead to way too many connections, ultimately maxing out on the MySQL side. #1002 describes the issue.
(quoted from mistercrunch: https://github.com/apache/incubator-airflow/pull/1021)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)