Remote agent working now
This commit is contained in:
parent
834b0f2c9c
commit
d82b000f9b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user