Checkpointing work to add JS endpoint

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-10-06 17:13:12 -03:00
parent f5ca3315f0
commit 6f5f890b1e
4 changed files with 145 additions and 34 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ async fn main() -> std::io::Result<()> {
.await
.unwrap();
runner.run().await;
runner.run(false).await;
exe_tx.send(ExecutorMessage::Stop {}).unwrap();
exe_handle.await.unwrap();