Skip to content

Commit

Permalink
removed pool
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Oct 1, 2023
1 parent 22f70c6 commit 4e773c0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions livekit_agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@ enum JobStatus {

message RegisterWorkerRequest {
JobType type = 1;
// name of pool for the worker. each job is given to a single worker in each pool
string pool = 2;
string worker_id = 3;
string version = 4;
string name = 5;
string worker_id = 2;
string version = 3;
string name = 4;
}

message RegisterWorkerResponse {
Expand Down

0 comments on commit 4e773c0

Please sign in to comment.