Skip to content

Commit

Permalink
Merge branch 'master' into implement-databricks-sweep
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Tang <[email protected]>
  • Loading branch information
Tang8330 authored Oct 7, 2024
2 parents a3b7bdc + 33451a0 commit 4cc1ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/consumer/flush.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func Flush(ctx context.Context, inMemDB *models.DatabaseData, dest destination.B
return
}

retryCfg, err := retry.NewJitterRetryConfig(500, 30_000, 10, retry.AlwaysRetry)
retryCfg, err := retry.NewJitterRetryConfig(1_000, 30_000, 15, retry.AlwaysRetry)
if err != nil {
slog.Error("Failed to create retry config", slog.Any("err", err))
return
Expand Down

0 comments on commit 4cc1ac3

Please sign in to comment.