Skip to content

Commit

Permalink
print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 7, 2024
1 parent 4445f8c commit c936149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/workflows/cdc_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ func CDCFlowWorkflowWithConfig(
defer workflow.CompleteSession(syncSessionCtx)
sessionInfo := workflow.GetSessionInfo(syncSessionCtx)

w.logger.Info("sync session started", "sessionID", sessionInfo.SessionID)
syncCtx := workflow.WithActivityOptions(syncSessionCtx, workflow.ActivityOptions{
StartToCloseTimeout: 72 * time.Hour,
HeartbeatTimeout: time.Minute,
Expand Down

0 comments on commit c936149

Please sign in to comment.