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

Silence or fix this alert about time difference on redis #1975

Open
jrgriffiniii opened this issue Oct 23, 2024 — with Honeybadger · 1 comment
Open

Silence or fix this alert about time difference on redis #1975

jrgriffiniii opened this issue Oct 23, 2024 — with Honeybadger · 1 comment

Comments

Copy link
Contributor

jrgriffiniii commented Oct 23, 2024

These errors are noise that we want to eliminate. Can we either fix the clock problem or catch these particular RedisExceptions? I think we do want to know about actual Redis problems, but these are reducing our signal to noise ratio in an unhelpful way.

[pdc_describe/production] HealthMonitor::Providers::RedisException: different values (now: 2024-10-23 02:08:12 +0000, fetched: 2024-10-23 02:08:13 +0000)

Backtrace

View full backtrace and more info at honeybadger.io

@bess bess changed the title [pdc_describe/production] HealthMonitor::Providers::RedisException: different values (now: 2024-10-23 02:08:12 +0000, fetched: 2024-10-23 02:08:13 +0000) Silence or fix this alert about time difference on redis Nov 22, 2024
@hectorcorrea
Copy link
Member

Heads up that sometimes the error is not the one about the clock (which I agree we can probably ignore), in today's instance the error says:

"HealthMonitor::Providers::RedisException: Too many open files - socket"

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

No branches or pull requests

3 participants