-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Event Service] Intermittent high CPU usage #52
Labels
bug
Something isn't working
Comments
Fixes which may in some way contribute towards fixing this so far:
Looking at the graphs the service no longer hangs in this way. |
I think it still sometimes happens e.g. on 2023-12-04 09:10. |
Helper task: |
New pull request: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes the server experiences high CPU usage which doesn't seem to be reflected in the reported high CPU usage of individual processes running on it. For example the 5/10/15 minute load will be extremely high while the individual processes all stay at <10% of CPU usage.
Could be something I/O related or maybe related to goroutines or mutexes around the database connection. After a while (sometimes hours) the service is able to continue normally which points to the DB connection.
The text was updated successfully, but these errors were encountered: