Skip to content

Reduce HTTP requests for checksum file in fetch-checksum #536

Closed
@eleanorLYJ

Description

@eleanorLYJ

After adding more test cases, the CI pipeline fails due to excessive HTTP requests to GitHub during the fetch-checksum step. This triggers rate-limiting errors (403: rate limit exceeded).

Proposed Solution:

Check if the checksum file exists and is less than one day old before fetching it. This will reduce unnecessary requests while ensuring the file is up-to-date.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions