feat: enhance batch processing by adding rowsPerBatch parameter and improving logging messages
This commit is contained in:
@@ -76,7 +76,7 @@ func loadChunkPostgres(
|
||||
select {
|
||||
case chJobErrorsOut <- JobError{
|
||||
ShouldCancelJob: true,
|
||||
Msg: fmt.Sprintf("Fatal data integrity error in table %s", identifier.Sanitize()),
|
||||
Msg: fmt.Sprintf("Fatal error in table %s", identifier.Sanitize()),
|
||||
Prev: err,
|
||||
}:
|
||||
case <-ctx.Done():
|
||||
|
||||
Reference in New Issue
Block a user