Prioritize queueing of Dagster assets and pipelines #1272
Labels
enhancement
New feature or request
product:data-platform
Issues related to the Data Platform product
Description/Context
The current configuration of the Dagster instance is using the
QueuedRunCoordinator
with a maximum concurrent steps of 10. We can customize this to either just increase/decrease that maximum concurrency, or we can set priority ordering of different tasks to prevent more urgent tasks from getting blocked by lower priority/slower steps.Plan/Design
The text was updated successfully, but these errors were encountered: