Remote agent working now

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-10-05 10:20:54 -03:00
parent 834b0f2c9c
commit d82b000f9b
5 changed files with 28 additions and 27 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ async fn submit_task(
let submission = details.into_inner();
let (_, kill) = oneshot::channel();
// Need to keep this unused, otherwise the LE will kill it immediately
let (kill_tx, kill) = oneshot::channel();
data.executor
.send(ExecutorMessage::ExecuteTask {
details: submission.details,