Skip to content

Commit

Permalink
[RPC] Update proto definitions for NotifyTaskCompletion.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Feb 21, 2024
1 parent 99f1351 commit c37ba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/protos/erdos_scheduler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ message RegisterEnvironmentReadyResponse {
}

message NotifyTaskCompletionRequest {
string app_id = 1;
string application_id = 1;
uint32 task_id = 2;
uint64 timestamp = 3;
}
Expand Down

0 comments on commit c37ba23

Please sign in to comment.