Skip to content

Commit

Permalink
feat(isolate_proto): add UpdateApplicationRequest.valid_regions (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jan 31, 2025
1 parent 5253648 commit f7e65ce
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 55 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 @@ -209,6 +209,7 @@ message UpdateApplicationRequest {
optional int32 max_multiplexing = 3;
optional int32 max_concurrency = 4;
optional int32 min_concurrency = 5;
repeated string valid_regions = 6;
}

message UpdateApplicationResult {
Expand Down
Loading

0 comments on commit f7e65ce

Please sign in to comment.