Skip to content

Max concurrent runs for partitioned asset #17741

Answered by hypr-platform
dagsir[bot] bot asked this question in Q&A
Discussion options

You must be logged in to vote

i fixed adding this to the dagster.yaml

run_queue:
  max_concurrent_runs: 10
  tag_concurrency_limits:
    - key: "backfill"
      limit: 3
    - key: "destination"
      value: "bigquery"
      limit: 3

and setting the op tags on my assets and ops

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@addison-grant
Comment options

Answer selected by sryza
Comment options

You must be logged in to vote
1 reply
@sryza
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants