feat: add max partition and chunk error limits to extractor and loader error handlers
This commit is contained in:
@@ -98,6 +98,7 @@ func processMigrationJob(
|
||||
go custom_errors.ExtractorErrorHandler(
|
||||
jobCtx,
|
||||
job.Retry,
|
||||
job.MaxPartitionErrrors,
|
||||
chExtractorErrors,
|
||||
chPartitions,
|
||||
chJobErrors,
|
||||
@@ -106,6 +107,7 @@ func processMigrationJob(
|
||||
go custom_errors.LoaderErrorHandler(
|
||||
jobCtx,
|
||||
job.Retry,
|
||||
job.MaxChunkErrors,
|
||||
chLoadersErrors,
|
||||
chBatchesTransformed,
|
||||
chJobErrors,
|
||||
|
||||
Reference in New Issue
Block a user