-
Notifications
You must be signed in to change notification settings - Fork 520
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
Sentry stops processing new events #171
Comments
@Mokto Looks like we have the config options here:
But we never actually created or we at some point removed this from the chart? |
It was never created and should never be enabled : https://github.com/sentry-kubernetes/charts/blob/d2705c3317da466c70b62ec24c6c0ec11810af04/sentry/values.yaml# Cf #54. @sagor999 Have you changed that value ? |
@Mokto nope, it is set to |
It won't matter if someone disables it, it's still references in the config by default. We should probably just wrap the whole thing in an
|
Just did that here, hopefully that will solve the issue. |
Could you try again with 5.1.3 ? |
@Mokto for what it worth, it has not done this since last week. But I deployed this update and so far so good. I will close this issue now, but if it will happen again, will re-open. |
Hi,
I have upgraded to 5.1.0 chart, and noticed that after X hours sentry will stop processing new events.
Right before it would stop, this is the last thing that I see in events:
And there is a whole bunch of those.
But as far as I know symbolicator is not even enabled in this chart, correct?
I am wondering why it attempts to establish connection to it?
Has anyone seen this?
Restarting sentry-worker pods helps to get things going again.
The text was updated successfully, but these errors were encountered: