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
  • Loading branch information
cmpadden committed Dec 18, 2024
1 parent 29a91fc commit 20db6b3
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

0 comments on commit 20db6b3

Please sign in to comment.