Skip to content

Commit

Permalink
feat(isolate_proto): introduce startup_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Feb 7, 2025
1 parent fd8a1d7 commit b303f52
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 64 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 @@ -159,6 +159,7 @@ message MachineRequirements {
repeated string machine_types = 11; // machine_type alternative
optional int32 num_gpus = 12;
optional int32 request_timeout = 13;
optional int32 startup_timeout = 14;
}

enum ApplicationAuthMode {
Expand Down
Loading

0 comments on commit b303f52

Please sign in to comment.