fix(batch): retry R2 upload on transient failure in BatchPayloadProcessor (#3331)
A single "fetch failed" from the object store was aborting the entire batch stream with no retry. Added p-retry (3 attempts, 500ms-2s backoff) around ploadPacketToObjectStore so transient network errors self-heal server-side instead of propagating to the SDK.
M
Matt Aitken committed
def21b26b64781945acdb0ca352a27213ab94e84
Parent: 4f2ff3d
Committed by GitHub <noreply@github.com>
on 4/7/2026, 2:29:10 PM