Files
Matt Aitken def21b26b6
⚒️ Publish Worker (v4) / build (supervisor) (push) Has been cancelled
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.
2026-04-07 15:29:10 +01:00
..