Skip to content

Commit

Permalink
redo 4 hrs (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Feb 10, 2024
1 parent f94ce32 commit 986e0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/workflows/snapshot_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (s *SnapshotFlowExecution) setupReplication(
s.logger.Info("setting up replication on source for peer flow - ", flowName)

ctx = workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
StartToCloseTimeout: 15 * time.Minute,
StartToCloseTimeout: 4 * time.Hour,
RetryPolicy: &temporal.RetryPolicy{
MaximumAttempts: 20,
},
Expand Down

0 comments on commit 986e0ca

Please sign in to comment.