Skip to content

Commit

Permalink
Merge pull request #74 from alexheretic/fetch-releases-429
Browse files Browse the repository at this point in the history
When fetching all releases handle 429 by backing off
  • Loading branch information
w4 authored Feb 23, 2024
2 parents 5f4d6eb + bd83c6b commit 38fe070
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 125 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- Fetch crate metadata concurrently.
- Handle missing invalid metadata non-fatally.
- Support env var `RUST_LOG` log filter configuration.
- Add info logs for release & metadata fetch latency.
- When fetching all releases handle 429 by backing off.
- Improve fetch error logging.

# v0.1.4

Expand Down
Loading

0 comments on commit 38fe070

Please sign in to comment.