pub fn run<'j, J: 'j + JobRepository + Send + Unpin>( jobs: J, ) -> impl 'j + Stream<Item = (JobId, Progress)>
run a job graph with defaults