Skip to content

Commit

Permalink
bring back batch size signal check
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 12, 2023
1 parent a1e8d05 commit b12149a
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 @@ -394,6 +394,7 @@ func CDCFlowWorkflowWithConfig(
}

w.logger.Info("Total records synced: ", totalRecordsSynced)
batchSizeSelector.Select(ctx)
}

workflow.SignalExternalWorkflow(ctx, normExecution.ID, normExecution.RunID, "StopLoop", true)
Expand Down

0 comments on commit b12149a

Please sign in to comment.