Skip to content

Commit

Permalink
[docs] remove note that concurrency is only supported for non-sqlite …
Browse files Browse the repository at this point in the history
…databases (#26579)

## Summary & Motivation

Phil's work makes it so concurrency limits work by default, even when
using the sqlite database.

This removes the note that it's experimental and only supporting certain
storages.

## How I Tested These Changes

## Changelog

NOCHANGELOG
  • Loading branch information
cmpadden authored Dec 18, 2024
1 parent ba3caea commit e266da3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,6 @@ height={1638}

### Limiting op/asset concurrency across runs

<Note>
This feature is experimental and is only supported with Postgres/MySQL
storages.
</Note>

#### 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.
Expand Down

1 comment on commit e266da3

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

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

Please sign in to comment.