Skip to content

Commit e97b444

Browse files
authored
Merge pull request #1 from ayush-san/zstaging
Zstaging
2 parents ed4d242 + e69e7bd commit e97b444

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

airflow/config_templates/airflow-prod.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sql_alchemy_pool_enabled = True
100100

101101
# The SqlAlchemy pool size is the maximum number of database connections
102102
# in the pool. 0 indicates no limit.
103-
sql_alchemy_pool_size = 40
103+
sql_alchemy_pool_size = 120
104104

105105
# The maximum overflow size of the pool.
106106
# When the number of checked-out connections reaches the size set in pool_size,

airflow/config_templates/airflow-staging.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sql_alchemy_pool_enabled = True
100100

101101
# The SqlAlchemy pool size is the maximum number of database connections
102102
# in the pool. 0 indicates no limit.
103-
sql_alchemy_pool_size = 5
103+
sql_alchemy_pool_size = 120
104104

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

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

0 commit comments

Comments
 (0)