How do I terminate all runs in a backfill? I can t...
# ask-community
s
How do I terminate all runs in a backfill? I can terminate the “unfinished” ones, but that only hits the ones that are started. Because of concurrency limits in my run coordinator, I have only 10 runs which have started at a time, but have a backfill with 180 partitions which I want to cancel.
Screen Shot 2023-02-27 at 9.24.10 PM.png
Screen Shot 2023-02-27 at 9.24.20 PM.png
It then takes a while (a minute or two?) to wait for the runs to start so this is pretty tedious
s
Hi @Spencer Nelson - there isn't currently an easy way to do this other than to go to the Runs page and cancel them 25-at-a-time. I filed an issue to track this: https://github.com/dagster-io/dagster/issues/12634
s
Thanks!