assuming I want a repository runs on many differen...
# ask-community
d
assuming I want a repository runs on many different machines
d
Hi, is using a different run launcher an option to support this? We have support for launching runs in ECS, Docker, and K8s - there’s more built in support for this currently then there is for launching runs on multiple gRPC servers (particularly if you want the ability to terminate runs before they have finished)
d
Honestly it's one of the issue I had
I don't really know what run launcher really is/mean nor their impacts to the flow, and I would like to have minimal dependency (k8s, docker, cloud)unless I had no choice
One reason I picked dagster is they it had only one dependency: python, and a postgres/mysql database if it's serious work
d
Got it - writing a custom run launcher is also an option if you have requirements that aren’t captured by one of the existing run launchers. Run launchers let you control the environment in which your runs execute