:wave: hi there, I have a dagit , daemon server an...
# ask-community
a
👋 hi there, I have a dagit , daemon server and many user-code containers running using gRPC. Currently, all job launches from user-container happens within the container using multi-process. I'm looking into changing job launch as a separate docker container. My question: Is it possible to do so only for subset of gRPC user-containers and keep remaining user-containers in multi-process job launch mode? Thank you
d
Hi Ashwin - we don't currently have a way to vary the Run launcher for different code locations unfortunately. If that would be useful for you would you mind filing a feature request issue and we can incorporate it into prioritization?
a
Thanks Daniel, I will. In the meantime, I guess the get around this would be to spin up separate dagit + daemon server for different RunLaunchers