Skip to content

Commit

Permalink
syncCtx: 2 week StartToCloseTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 22, 2024
1 parent 2624ed6 commit e172cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/workflows/cdc_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func CDCFlowWorkflowWithConfig(
sessionInfo := workflow.GetSessionInfo(syncSessionCtx)

syncCtx := workflow.WithActivityOptions(syncSessionCtx, workflow.ActivityOptions{
StartToCloseTimeout: 72 * time.Hour,
StartToCloseTimeout: 14 * 24 * time.Hour,
HeartbeatTimeout: time.Minute,
WaitForCancellation: true,
})
Expand Down

0 comments on commit e172cef

Please sign in to comment.