Run queue limits
To limit the total number of runs that can be in progress at the same time across your entire deployment, you can set a run queue limit.
- In Dagster OSS, add the following to your dagster.yaml
- In Dagster+, add the following to your full deployment settings
concurrency:
runs:
max_concurrent_runs: 15