Skip to content

Commit

Permalink
fix global ops concurrency link in docs (#16670)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes
  • Loading branch information
gibsondan authored Sep 21, 2023
1 parent 13def96 commit 701cdf2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/content/guides/limiting-concurrency-in-data-pipelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,13 @@ With this configuration, each unique value of the `use-case` tag will be limited

<Note>
<strong>Looking for global op/asset concurrency?</strong> Check out Dagster's
experimental support for [global op/asset concurrency
limits](#limiting-opasset-concurrency-across-runs). For more fine-grained
control, you can also check out our{" "}
<a href="/deployment/guides/celery">integration with Celery</a>.
experimental support for{" "}
<a href="/guides/limiting-concurrency-in-data-pipelines#limiting-opasset-concurrency-across-runs">
global op/asset concurrency limits
</a>
. For more fine-grained control, you can also check out our <a href="/deployment/guides/celery">
integration with Celery
</a>.
</Note>

Utilizing op/asset-level concurrency provides fine-grained control for the maximum number of ops/assets that can be executed at once within a single run, ensuring that shared resources aren't overwhelmed.
Expand Down

1 comment on commit 701cdf2

@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-pjqlxtyr9-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 701cdf2.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.