Full deployment settings
This reference describes the settings that can be configured for full deployments in Dagster+.
For more information about configuring full deployment settings in the Dagster+ interface or with the dagster-cloud CLI, Managing full deployments.
Settings schema
Settings are formatted using YAML. For example:
concurrency:
  pools:
    granularity: 'run'
    default_limit: 1
  runs:
    max_concurrent_runs: 10
    tag_concurrency_limits:
      - key: 'database'
        value: 'redshift'
        limit: 5
run_monitoring:
  start_timeout_seconds: 1200
  cancel_timeout_seconds: 1200
  max_runtime_seconds: 7200
run_retries:
  max_retries: 0
sso_default_role: EDITOR
Settings
For each full deployment, you can configure settings for: