diff --git a/docs/content/guides/limiting-concurrency-in-data-pipelines.mdx b/docs/content/guides/limiting-concurrency-in-data-pipelines.mdx index 010eb5a11e278..ab45e8b7e61e1 100644 --- a/docs/content/guides/limiting-concurrency-in-data-pipelines.mdx +++ b/docs/content/guides/limiting-concurrency-in-data-pipelines.mdx @@ -391,11 +391,6 @@ height={1638} ### Limiting op/asset concurrency across runs - - This feature is experimental and is only supported with Postgres/MySQL - storages. - - #### For specific ops/assets Limits can be specified on the Dagster instance using the special op tag `dagster/concurrency_key`. If this instance limit would be exceeded by launching an op/asset, then the op/asset will be queued.