Skip to content

Commit

Permalink
Fix windmill proto (apache#27361)
Browse files Browse the repository at this point in the history
  • Loading branch information
y1chi authored and cushon committed May 24, 2024
1 parent fcd8a19 commit 4724cbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ message GlobalDataRequest {
optional string state_family = 3;
}

// next id: 27
// next id: 28
message WorkItemCommitRequest {
required bytes key = 1;
required fixed64 work_token = 2;
Expand Down Expand Up @@ -516,7 +516,7 @@ message WorkItemCommitRequest {
repeated WatermarkHold watermark_holds = 14;

// Collected work item processing state durations.
repeated LatencyAttribution per_work_item_latency_attributions = 26;
repeated LatencyAttribution per_work_item_latency_attributions = 27;

// DEPRECATED
repeated GlobalDataId global_data_id_requests = 9;
Expand Down

0 comments on commit 4724cbd

Please sign in to comment.