This repository has been archived by the owner. It is now read-only.
oauth and profile cpu is high for the actual request/sec #181
Milestone
Comments
|
This is still a problem. oauth and profile currently use
Simultaneously we could be looking at profiling the oauth or profile servers to see if there are any low-hanging fruit to fix. Someone suggested in the meeting that the profile server does 4 HTTP requests for each request it recieves - something to optimize there? |
|
|
Let's reopen or create a new this if we need to do more work on optimizing this |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The profile (and to a lesser degree, oauth) server doesn't serve that many rps, but cloudwatch metrics show cpu as running steady at 85% during peak demand. Not sure where the cycles are going.
Note though: it's odd because
top, Cloudwatch and Datadog report significantly different levels of cpu, with top showing much lower levels.The text was updated successfully, but these errors were encountered: