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

Fix continous integration by handling 403 request error #66

Open
Doreapp opened this issue May 15, 2023 · 0 comments
Open

Fix continous integration by handling 403 request error #66

Doreapp opened this issue May 15, 2023 · 0 comments

Comments

@Doreapp
Copy link
Owner

Doreapp commented May 15, 2023

Some of the continuous integration workflow are failing.

403

Given those jobs, the error is coming from a 403 HTTP error:

403 Client Error: rate limit exceeded for url: https://api.github.com/repos/Doreapp/prix-carburants/contents/assets/data/metrics.json?ref=gh-pages

502

Some other jobs (i.e. https://github.com/Doreapp/prix-carburants/actions/runs/4942342860/jobs/8835770321) are failing due to

502 Server Error: Bad Gateway for url: https://api.github.com/repos/Doreapp/prix-carburants/contents/assets/data/latest.json

https://github.com/Doreapp/prix-carburants/actions/runs/4942342860/jobs/8835770321

The request should retry when failing on CI, multiple time with a time delta between each.

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

1 participant