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

feat: retry sending report when coveralls returns 502 #4

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

thalesmg
Copy link

Frequently, coveralls replies with a 502 HTTP status code response.

Ex: https://github.com/emqx/emqx/actions/runs/10946761255/job/30394403873#step:7:2031

Instead of failing the whole CI run for such transient errors, we add a sleep + retry here, limited to 5 extra attempts.

Frequently, coveralls replies with a 502 HTTP status code response.

Instead of failing the whole CI run for such transient errors, we add a sleep + retry
here, limited to 5 extra attempts.
@zmstone zmstone merged commit 6402d51 into emqx:master Sep 19, 2024
2 checks passed
@thalesmg thalesmg deleted the retry-502 branch September 19, 2024 19:41
thalesmg added a commit to thalesmg/emqx that referenced this pull request Sep 19, 2024
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

Successfully merging this pull request may close these issues.

2 participants