https://dagster.io/ logo
Title
a

Ashwin Jiwane

04/11/2023, 6:46 PM
👋 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

daniel

04/12/2023, 2:24 AM
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

Ashwin Jiwane

04/12/2023, 12:44 PM
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