Hello, I have a question. Is there a way not to qu...
# ask-community
g
Hello, I have a question. Is there a way not to queue new run if the previous run hasn’t completed yet?
c
No built in way to my knowledge--whats the use case here?
g
thank you for your comment.
I have a dagster job that runs every 15min. The run uses k8s as backend. sometimes, the previous run doesn’t even start due to the lack of resource in k8s. and the following job just added into queue. In the worst case, there are lots of runs waiting in queue.
c
That makes sense. Unfortunately the queued run coordinator doesn't support this, I'd recommend filing an issue. I think if you wanted to implement this, you'd have to create a custom run coordinator
👍 1
g
oh. I didn’t know that it’s possible to build a custom run coordinator.
thank you!! I will research about it.
🌈 1