axodotdev / axodotdev/cargo-dist
Add retry for axoupdater fetching
Open
feature request
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 149
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
When we fetch axoupdater during the build, we should retry a few times on failure in case the issue is a transient network blip. Given how common these are on actions, it would help us avoid retrying entire broken builds.
Contributor guide
Research direction
Locate the axoupdater fetch in the build code and inspect the surrounding failure handling first. Done means transient fetch failures are retried a few times so builds do not fail immediately; verify the behavior using the repository's existing validation or test workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100