fix: postgres timeout issues during heavy load

This commit is contained in:
Stijnvandenbroek
2026-03-10 14:47:36 +00:00
parent 508da573fa
commit 1b29efd649
5 changed files with 150 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ POSTGRES_PASSWORD=changeme
POSTGRES_DB=dagster
# Dagster metadata storage (same postgres instance)
DAGSTER_POSTGRES_URL=postgresql://dagster:changeme@postgres:5432/dagster
DAGSTER_POSTGRES_URL=postgresql://dagster:changeme@postgres:5432/dagster?connect_timeout=10&keepalives=1&keepalives_idle=30&keepalives_interval=10&keepalives_count=5
# dbt profile target
DBT_TARGET=dev