Skip to content

Commit

Permalink
remove legacy fields from workerdone message (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki authored Oct 21, 2024
1 parent 9d0f51e commit 5e99c49
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions proto/lagrange.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ service WorkersService {
}

message WorkerDone {
string query_id = 1;

string task_id = 2;

oneof reply {
string reply_string = 3;
string worker_error = 4;
string reply_string = 1;
string worker_error = 2;
}
}

0 comments on commit 5e99c49

Please sign in to comment.