fix(backend): handle better some flow edge-cases

This commit is contained in:
Ruben Fiszel
2022-08-04 01:50:47 +02:00
parent 988536128b
commit 3bcd542130
+10
View File
@@ -216,6 +216,16 @@ pub async fn run_worker(
&metrics,
)
.await;
let _ = postprocess_queued_job(
parent_job.is_flow_step,
parent_job.schedule_path.clone(),
parent_job.script_path.clone(),
&job.workspace_id,
parent_job.id,
db,
)
.await;
}
}
}