-
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-worker livenessProbe not working #1521
Comments
I do not approve. I just installed the latest version of helm chart sentry
|
I had the same issue and figured out it was related to CPU throttling in Sentry Worker, so I increased CPU limit and now the workers are fine. Scaling up worker replicas also might help. Personally running such config at the moment: worker:
replicas: 3
resources:
requests:
cpu: 250m
memory: 800Mi
limits:
cpu: 1300m
memory: 1Gi |
Not sure if this is related but our sentry-worker Pod keeps restarting due to:
|
This issue is stale because it has been open for 30 days with no activity. |
Issue submitter TODO list
Describe the bug (actual behavior)
livenessProbe errors
Full error:
Expected behavior
livenessProbe not to error or return a meaningful message
values.yaml
Helm chart version
25.9.0
Steps to reproduce
Screenshots
No response
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: