pub const REEMBED_CLAIM_BATCH_RANGE: RangeInclusive<usize>;Expand description
Accepted range for enrich.reembed_claim_batch.
The floor of 1 degenerates to the historical one-row-per-claim behaviour.
The ceiling bounds how many rows a single worker can strand in
processing if it dies mid-batch.