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 a4a5662 commit 2cf06ccCopy full SHA for 2cf06cc
airbyte-workers/src/main/java/io/airbyte/workers/temporal/TemporalUtils.java
@@ -69,7 +69,7 @@ public class TemporalUtils {
69
.setInitialInterval(Duration.ofSeconds(configs.getInitialDelayBetweenActivityAttemptsSeconds()))
70
.setMaximumInterval(Duration.ofSeconds(configs.getMaxDelayBetweenActivityAttemptsSeconds()))
71
.build();
72
- private static final double REPORT_INTERVAL_SECONDS = 10.0;
+ private static final double REPORT_INTERVAL_SECONDS = 120.0;
73
74
public static WorkflowServiceStubs createTemporalService(final WorkflowServiceStubsOptions options, final String namespace) {
75
return getTemporalClientWhenConnected(
0 commit comments