Files
data-platform/dagster_home/dagster.yaml
2026-03-05 21:36:53 +00:00

16 lines
408 B
YAML

# Dagster stores run history, event logs, and schedules in PostgreSQL.
# Connection URL is read from the DAGSTER_POSTGRES_URL environment variable.
storage:
postgres:
postgres_url:
env: DAGSTER_POSTGRES_URL
pool_size: 5
max_overflow: 5
# Limit concurrent runs to avoid overwhelming the VM and database.
concurrency:
default_op_concurrency_limit: 1
run_queue:
max_concurrent_runs: 1