refactor: move max failed batches configuration to retry section; clean up unused error handling code
This commit is contained in:
@@ -12,9 +12,6 @@ defaults:
|
||||
transformer_queue_size: 8
|
||||
max_loaders: 4
|
||||
loader_batch_size: 25000
|
||||
max_failed_partitions: 5
|
||||
max_failed_batches_transform: 5
|
||||
max_failed_batches_load: 5
|
||||
truncate_target: true
|
||||
truncate_method: TRUNCATE # TRUNCATE | DELETE
|
||||
retry:
|
||||
@@ -22,6 +19,9 @@ defaults:
|
||||
base_delay_ms: 500
|
||||
max_delay_ms: 10000
|
||||
max_jitter_ms: 500
|
||||
max_failed_partitions: 5
|
||||
max_failed_batches_transform: 5
|
||||
max_failed_batches_load: 5
|
||||
|
||||
jobs:
|
||||
- name: cartografia_manzana
|
||||
|
||||
Reference in New Issue
Block a user