Skip to content

Commit 9669ebb

Browse files
committed
chore: merge tunnel in to runner
1 parent 7ad1830 commit 9669ebb

File tree

3 files changed

+630
-34
lines changed
  • packages/services/pegboard/src/workflows
  • sdks

3 files changed

+630
-34
lines changed

packages/services/pegboard/src/workflows/runner.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,20 +1093,9 @@ pub(crate) async fn allocate_pending_actors(
10931093
Ok(AllocatePendingActorsOutput { allocations: res })
10941094
}
10951095

1096-
#[message("pegboard_runner_to_ws")]
1097-
pub struct ToWs {
1098-
pub runner_id: Id,
1099-
pub inner: protocol::ToClient,
1100-
}
1101-
11021096
#[signal("pegboard_runner_check_queue")]
11031097
pub struct CheckQueue {}
11041098

1105-
#[message("pegboard_runner_close_ws")]
1106-
pub struct CloseWs {
1107-
pub runner_id: Id,
1108-
}
1109-
11101099
join_signal!(Main {
11111100
Command(protocol::Command),
11121101
// Forwarded from the ws to this workflow

sdks/schemas/runner-protocol/v1.bare

Lines changed: 126 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)