SamSinayoko
05/29/2020, 6:14 PMalex
05/29/2020, 6:16 PMdagit
running at an accessible location and use RemoteDagitRunLauncher
- example shown in here https://docs.dagster.io/docs/deploying/instanceSamSinayoko
05/29/2020, 6:18 PMalex
05/29/2020, 6:29 PMno way for now to run distributed backfills without having dagit running?You can write your own
RunLauncher
implementation to hand off the pipeline execution to some long lived process that can take care of them0.8.0
in a few weeksRunLauncher
that just does fire and forget with subprocess.Popen
SamSinayoko
05/29/2020, 7:04 PM