Skip to content

Commit

Permalink
Merge pull request #1 from ayush-san/zstaging
Browse files Browse the repository at this point in the history
Zstaging
  • Loading branch information
ayush-san authored Jan 9, 2020
2 parents ed4d242 + e69e7bd commit e97b444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow/config_templates/airflow-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sql_alchemy_pool_enabled = True

# The SqlAlchemy pool size is the maximum number of database connections
# in the pool. 0 indicates no limit.
sql_alchemy_pool_size = 40
sql_alchemy_pool_size = 120

# The maximum overflow size of the pool.
# When the number of checked-out connections reaches the size set in pool_size,
Expand Down
4 changes: 2 additions & 2 deletions airflow/config_templates/airflow-staging.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sql_alchemy_pool_enabled = True

# The SqlAlchemy pool size is the maximum number of database connections
# in the pool. 0 indicates no limit.
sql_alchemy_pool_size = 5
sql_alchemy_pool_size = 120

# The maximum overflow size of the pool.
# When the number of checked-out connections reaches the size set in pool_size,
Expand Down Expand Up @@ -519,7 +519,7 @@ scheduler_zombie_task_threshold = 300
# will not do scheduler catchup if this is False,
# however it can be set on a per DAG basis in the
# DAG definition (catchup)
catchup_by_default = True
catchup_by_default = False

# This changes the batch size of queries in the scheduling main loop.
# If this is too high, SQL query performance may be impacted by one
Expand Down

0 comments on commit e97b444

Please sign in to comment.