Skip to content

Commit

Permalink
feat: include external_metadata in proto (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 authored Feb 11, 2025
1 parent 4eeab32 commit 82cdc45
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 242 deletions.
2 changes: 1 addition & 1 deletion projects/isolate_proto/src/isolate_proto/controller.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ syntax = "proto3";
import "common.proto";
import "server.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/struct.proto";

package controller;
Expand Down Expand Up @@ -317,6 +316,7 @@ message RunnerInfo {
int32 in_flight_requests = 2;
optional int32 expiration_countdown = 3;
float uptime = 4;
optional google.protobuf.Struct external_metadata = 5;
}

message KillRunnerRequest {
Expand Down
Loading

0 comments on commit 82cdc45

Please sign in to comment.