Skip to content

Commit

Permalink
Add maxTasks fetch parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
borisov committed May 8, 2020
1 parent cf371b7 commit 6aee91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/proto/externalTask.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ message FetchAndLockRequest {
string workerId = 1;
bool usePriority = 2;
repeated FetchExternalTaskTopic topic = 3;
int32 maxTasks = 4;
}

message FetchAndLockResponse {
Expand Down

0 comments on commit 6aee91c

Please sign in to comment.