The answer here depends on what Run Launcher (
https://docs.dagster.io/deployment/run-launcher) you have configured. The default run launcher launches each job as a subprocess within the daemon process, which does die when the daemon dies unfortunately. All the other run launchers will keep the run going even if the daemon dies though (for example, the DockerRunLauncher or KubernetesRunLauncher - so deploying Dagster within Docker or Kubernetes or some other more advanced environment is an option if this is important, there are guides in the docs for how to do that)