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: Recon error workaround. #2267

Merged
merged 2 commits into from
Oct 28, 2024
Merged

fix: Recon error workaround. #2267

merged 2 commits into from
Oct 28, 2024

Conversation

cmaddox5
Copy link
Contributor

In the first PR, I removed this workaround because the author closed Cora's original issue. This is definitely still an issue. I deployed the health check on Friday and saw the error occur about 60 times. Want to get this workaround in before deploying the check to prod.

@cmaddox5 cmaddox5 requested a review from a team as a code owner October 28, 2024 13:17
|> Stream.map(fn {metric, value} -> "#{metric}=#{value}" end)
|> Enum.intersperse(" ")

{name, supervisor, metrics}
end

# work around https://github.com/ferd/recon/issues/95
# The issue is closed but is still very much an issue.
Copy link
Contributor

@digitalcora digitalcora Oct 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than putting an assertion like this in a comment where it can drift apart from the actual status of the issue, I'd prefer updating the issue itself, which I've just done. (at some later time, presumably, the issue will be closed and fixed)

@cmaddox5 cmaddox5 merged commit 704c895 into main Oct 28, 2024
11 checks passed
@cmaddox5 cmaddox5 deleted the cm/recon-error-workaround branch October 28, 2024 14:14
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