Skip to content

Add rate limiting / retry for crates.io API bulk checks #3

@rocketman-code

Description

@rocketman-code

When checking many crate names in parallel (20 concurrent threads), the crates.io REST API may rate-limit requests. The sparse index (CDN-backed) was more tolerant of bulk queries.

Consider adding:

  • Retry with exponential backoff on 429 responses
  • Configurable concurrency limit
  • Optional delay between requests

Context: surfaced during PR #2 code review (switch from sparse index to API).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions