Skip to content

Commit

Permalink
Increase timeout for slot creation to prevent lock contention (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Feb 10, 2024
1 parent be8aeef commit ef442c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/workflows/setup_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (s *SetupFlowExecution) ensurePullability(
s.logger.Info("ensuring pullability for peer flow - ", s.cdcFlowName)

ctx = workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
StartToCloseTimeout: 15 * time.Minute,
StartToCloseTimeout: 1 * time.Hour,
})
srcTableIdNameMapping := make(map[uint32]string)

Expand Down

0 comments on commit ef442c4

Please sign in to comment.