Skip to content

Commit

Permalink
Propagate task queue user data with long-poll requests (#4334)
Browse files Browse the repository at this point in the history
Note: This commit came from a feature branch and is not expected to build.
  • Loading branch information
dnr committed May 26, 2023
1 parent 1463ae3 commit 067dcd4
Show file tree
Hide file tree
Showing 23 changed files with 814 additions and 1,450 deletions.
847 changes: 177 additions & 670 deletions api/matchingservice/v1/request_response.pb.go

Large diffs are not rendered by default.

114 changes: 37 additions & 77 deletions api/matchingservice/v1/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions api/matchingservicemock/v1/service.pb.mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions client/matching/client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions client/matching/metric_client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions client/matching/retryable_client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/dynamicconfig/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ const (
MatchingForwarderMaxChildrenPerNode = "matching.forwarderMaxChildrenPerNode"
// MatchingShutdownDrainDuration is the duration of traffic drain during shutdown
MatchingShutdownDrainDuration = "matching.shutdownDrainDuration"
// MatchingUserDataPollFrequency is how often non-root partitions will poll the root partition for fresh metadata
MatchingUserDataPollFrequency = "matching.userDataPollFrequency"
// MatchingGetUserDataLongPollTimeout is the max length of long polls for GetUserData calls between partitions.
MatchingGetUserDataLongPollTimeout = "matching.getUserDataLongPollTimeout"

// keys for history

Expand Down
Loading

0 comments on commit 067dcd4

Please sign in to comment.