Cancelled asset backfill runs occupy concurrency pools with k8s run launcher #28456
Labels
area: concurrency
Related to controlling concurrent execution
deployment: k8s
Related to deploying Dagster to Kubernetes
type: bug
Something isn't working
What's the issue?
I have a partitioned asset with concurrency pool "test" and set concurrency limit on the pool to 1. I run Dagster in kubernetes. I trigger backfill for 4 partitions of the assets, which I expect to be run 1 by 1 due to the concurrency limit. It starts as expected - first run in progress, 3 queued. When I cancel the running partition materialization, other partitions DO NOT start running and are stuck in "queued" status.
What did you expect to happen?
After I cancelled the partition materialization run, I expect the next partition materialization to start.
How to reproduce?
Dagster version
1.10.1
Deployment type
Dagster Helm chart
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: