-
fix(batch): retry R2 upload on transient failure in BatchPayloadProcessor (#3331)
发布于
2026-04-07 14:29:10 +00:00 | 1028 次提交 在此版本后已推送到 mainA 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.下载附件