Skip to content

Commit

Permalink
feat(isolate_proto): introduce request_timeout (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Sep 18, 2024
1 parent fc196b1 commit b301281
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 179 deletions.
1 change: 1 addition & 0 deletions projects/isolate_proto/src/isolate_proto/controller.proto
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ message MachineRequirements {
optional int32 min_concurrency = 10;
repeated string machine_types = 11; // machine_type alternative
optional int32 num_gpus = 12;
optional int32 request_timeout = 13;
}

enum ApplicationAuthMode {
Expand Down
Loading

0 comments on commit b301281

Please sign in to comment.