refactor: remove unused LoaderError type and associated file; streamline error handling structure

This commit is contained in:
2026-05-08 23:32:07 -05:00
parent 85d7d69da9
commit b5fd6d0534
4 changed files with 10 additions and 16 deletions

View File

@@ -112,7 +112,7 @@ func processMigrationJob(
}
chJobErrors := make(chan custom_errors.JobError, jobErrorsChannelSize)
chPartitions := make(chan models.Partition, job.ExtractorQueueSize)
chPartitions := make(chan models.Partition)
chBatchesRaw := make(chan models.Batch, job.ExtractorQueueSize)
chBatchesTransformed := make(chan models.Batch, job.TransformerQueueSize)