-
Notifications
You must be signed in to change notification settings - Fork 14
More cpu usage / throttling after switching to from scratch #13
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
Comments
I tried to reproduce this using minimal Sinatra HTTP server but I couldn't find any significant difference. @grosser Could you give me some more details about the situation so that I can reproduce this on my end? What kind of application are you running? |
ruby worker ... I'll try to reproduce and add more details if I can 🤞 |
this is from a stats app that does lots of small things, so tried each individually by making it do 100 iterations in a loop
idk where to go from here ... maybe someone who knows more about how container metrics are reported can chime in ... |
for a ruby example app that we converted we saw cpu and throttling jump pretty bad (it's not a big deal since it's still super small), but some guidance on why this might happen and how to avoid it would be great for onboarding apps where performance actually matters.
The text was updated successfully, but these errors were encountered: