Aaron Hoffer
04/27/2022, 9:00 PMQueuedRunCoordinator
to stop by setting maxConcurrentRuns
to 0. This is my configuration in my helm chart and in the configuration page in dagit the concurrency configuration is not shown and it continues to pull from the queue. I’m able to set it to non-zero values fine. I’m on dagster 0.14.8
type: QueuedRunCoordinator
config:
queuedRunCoordinator:
maxConcurrentRuns: 0
tagConcurrencyLimits: []
dequeueIntervalSeconds: 5
rex
04/27/2022, 9:04 PMAaron Hoffer
04/27/2022, 9:06 PMrex
04/27/2022, 9:07 PMdagster.yaml
generated by helm. There, you can include the correct value you want.