Skip to content

Commit

Permalink
Forward reset request to the active cluster (cadence-workflow#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
demirkayaender authored Apr 6, 2021
1 parent 0bc3681 commit 93a3e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/frontend/dcRedirectionPolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ var selectedAPIsForwardingRedirectionPolicyWhitelistedAPIs = map[string]struct{}
"RequestCancelWorkflowExecution": {},
"TerminateWorkflowExecution": {},
"QueryWorkflow": {},
"ResetWorkflowExecution": {},
}

// RedirectionPolicyGenerator generate corresponding redirection policy
Expand Down

0 comments on commit 93a3e94

Please sign in to comment.