max
06/11/2020, 11:22 PMRunLauncher
configured on the Dagster instance, if one is configured. Additionally, run launchers can now support termination of previously launched runs. If you have written your own run launcher, you may want to update it to support termination. Note also that as of 0.7.9, the semantics of RunLauncher.launch_run
have changed; this method now takes the run_id
of an existing run and should no longer attempt to create the run in the instance.schrockn
06/11/2020, 11:25 PMdwall
06/15/2020, 7:30 PMmax
06/15/2020, 9:11 PMdwall
06/15/2020, 9:13 PM