Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate task queue user data with long-poll requests #4334

Merged
merged 19 commits into from
May 17, 2023
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 @@ -347,8 +347,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