Skip to content

Commit

Permalink
add deployment settings pointer for concurrency docs (#26602)
Browse files Browse the repository at this point in the history
## Summary & Motivation
Add a pointer that the UI / CLI settings changes are deployment settings

## How I Tested These Changes
inspection
  • Loading branch information
prha authored Jan 2, 2025
1 parent 9de40ee commit 25f2677
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 [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

1 comment on commit 25f2677

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-5b6e9nfub-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 25f2677.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.