https://dagster.io/ logo
#dagster-support
Title
# dagster-support
a

Aaron Hoffer

04/27/2022, 9:00 PM
Hi All! I’m having some issues setting the
QueuedRunCoordinator
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
Copy code
type: QueuedRunCoordinator
    config:
      queuedRunCoordinator:
        maxConcurrentRuns: 0
        tagConcurrencyLimits: []
        dequeueIntervalSeconds: 5
a

Aaron Hoffer

04/27/2022, 9:06 PM
Thanks! Is there an easy workaround? I can just set my dequeueIntervalSeconds to something very long for now.
r

rex

04/27/2022, 9:07 PM
an easy workaround would be to manually edit the configmap that contains the
dagster.yaml
generated by helm. There, you can include the correct value you want.
thankyou 1
2 Views