fix: postgres timeout issues during heavy load
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user