refactor: enhance retry handling in extractor processes; unify backoff delay computation

This commit is contained in:
2026-05-05 23:16:13 -05:00
parent 7cb959a103
commit 2a5f703f3c
6 changed files with 13 additions and 107 deletions

View File

@@ -150,6 +150,7 @@ func processMigrationJob(
job.SourceTable,
sourceColTypes,
job.ExtractorBatchSize,
job.Retry,
chPartitions,
chBatchesRaw,
chJobErrors,