A few questions regarding backfill concurrency: - ...
# ask-community
a
A few questions regarding backfill concurrency: • Context: We have a set of jobs that we want to backfill, but the upstream API providers have a variety of different concurrency limits. Can we add additional tags in the Dagit UI that tell Dagster to set an arbitrary
max_concurrent_runs
set for a given backfill? • We're using
QueuedRunCoordinator
and have a
max_concurrent_runs
default set. Running
dagster==1.1.7
on k8s fwiw • I know that all backfill runs have the
dagster/backfill
tag implictly added (this tag is mentioned in the docs for Run Coordinator). Is there some manual tag parsing that we would have to create? Like we could have a different tag in addition to
dagster/backfill
that would signify this override