Sara
04/25/2022, 9:17 AMchris
04/25/2022, 2:39 PMfor job_def in repo.get_all_jobs():
result = job_def.execute_in_process()
assert result.success
Note that it will be necessary to provide any specific configuration information to execute_in_process for a job that will require itSara
04/25/2022, 2:52 PM