We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec66d6 commit 998b8b6Copy full SHA for 998b8b6
src/main/java/com/uber/cadence/internal/replay/ReplayDecider.java
@@ -685,8 +685,7 @@ public HistoryEvent next() {
685
.setExpiration(decisionTaskRemainingTime)
686
.setInitialInterval(retryServiceOperationInitialInterval)
687
.setMaximumInterval(retryServiceOperationMaxInterval)
688
- .setBackoffCoefficient(2)
689
- .build();
+ .validateBuildWithDefaults();
690
691
GetWorkflowExecutionHistoryRequest request = new GetWorkflowExecutionHistoryRequest();
692
request
0 commit comments