Skip to content

Commit

Permalink
[RPC] Change GetPlacements method to inform the backend of the appID …
Browse files Browse the repository at this point in the history
…requesting placements.
  • Loading branch information
sukritkalra committed Feb 20, 2024
1 parent a795e4b commit e157af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/protos/erdos_scheduler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ message RegisterWorkerResponse {

message GetPlacementsRequest {
uint64 timestamp = 1;
string id = 2;
}

message Placement {
Expand Down

0 comments on commit e157af1

Please sign in to comment.