Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eleanorLYJ opened this issue Jan 11, 2025 · 1 comment
Open

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

eleanorLYJ opened this issue Jan 11, 2025 · 1 comment
Assignees

Comments

@eleanorLYJ
Copy link
Collaborator

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.

@jserv
Copy link
Contributor

jserv commented Jan 11, 2025

Network quality issues may sometimes cause unexpected disconnections when downloading from certain remote sites, requiring retries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants