Skip to content

Commit

Permalink
feat(isolate_proto): add machine_types for listing and updating apps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jan 31, 2025
1 parent f7e65ce commit 9df38f8
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 56 deletions.
2 changes: 2 additions & 0 deletions projects/isolate_proto/src/isolate_proto/controller.proto
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ message UpdateApplicationRequest {
optional int32 max_concurrency = 4;
optional int32 min_concurrency = 5;
repeated string valid_regions = 6;
repeated string machine_types = 7;
}

message UpdateApplicationResult {
Expand All @@ -227,6 +228,7 @@ message ApplicationInfo {
int32 keep_alive = 4;
int32 active_runners = 6;
int32 min_concurrency = 7;
repeated string machine_types = 8;
}

message ListApplicationsResult {
Expand Down
Loading

0 comments on commit 9df38f8

Please sign in to comment.