How can I specify a RunCoordinator for a k8s deplo...
# deployment-kubernetes
e
How can I specify a RunCoordinator for a k8s deployment of dagster? I have a QueuedRunCoordinator for my local testing setup that I need to translate over.
🤖 1
d
e
thanks. somehow I missed that.
condagster 1
Is the configuration the same as the dagster.yml file?
obviously the keys are slightly different
d
it is, yeah
e
hmmm I set maxConcurrentRuns to 16 and it's going way over that
d
What are your steps to check the number of runs happening at once? Would you mind sharing your helm values?
as per our conversation yesterday - this run coordinator controls the number of runs happening at once, not the number of ops happening concurrently
e
I’m using dagit to see how many runs are occurring at once
d
did you also set enabled: true on the run coordinator?
facepalm 1
e
thanks
that’s it
d
no problem - you can check what your current dagster.yaml config is by going to Status => Configuration, that should show your run coordinator settings
👍 1
(in dagit)