Skip to content

Commit

Permalink
Update PROTO files from AliECS (#2110)
Browse files Browse the repository at this point in the history
* Adds counters for active and inactive tasks running on FLP machines which include QC and TRG machines
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] authored Sep 5, 2023
1 parent 536747b commit 21fd802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Control/protobuf/o2control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ message EnvironmentInfo {
map<string, string> integratedServicesData = 14;
int32 numberOfTasks = 15;
string currentTransition = 16;
int32 numberOfActiveTasks = 17;
int32 numberOfInactiveTasks = 18;
}

message NewEnvironmentRequest {
Expand Down

0 comments on commit 21fd802

Please sign in to comment.