File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments