**Data Resilience Revolution: Uploads Now Equipped with Supercharged Retry Mechanism!**
**Farcaster's latest upgrade promises to eliminate upload failures, ensuring your snapshots are safer than ever!**
Commit Details:
fix: Retry uploads of snapshot chunks to R2 (#1980) ## Motivation R2 uploads sometimes fail, so add retries ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [X] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [X] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [X] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on improving snapshot chunk uploads in the `@farcaster/hubble` package. ### Detailed summary - Added retry mechanism for snapshot chunk uploads to R2 - Updated snapshot upload function to handle retries and logging - Introduced `uploadChunk` function for uploading snapshot chunks with retries > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->