Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Dec 19, 2024
1 parent bf20419 commit 913170e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ The concurrency key should match the name that the op/asset is tagged with. For

A default concurrency limit can be configured for the instance, for any concurrency keys that do not have an explicit limit set:

- **Dagster+**: Use the deployment settings via the [Dagster+ UI or the `dagster-cloud` CLI][cloud-deployment-settings]
- **Dagster Open Source**: Use your instance's `dagster.yaml`
- **Dagster+**: Edit the `concurrency` config in deployment settings via the [Dagster+ UI or the `dagster-cloud` CLI][cloud-deployment-settings]
- **Dagster Open Source**: Edit the `concurrency` config in your instance's `dagster.yaml`

To enable this default value, use `concurrency.default_op_concurrency_limit`. For example, the following would set the default concurrency value for the deployment to 1:

Expand Down

0 comments on commit 913170e

Please sign in to comment.