-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix: High Application Controller CPU Usage - Reduce calls to db.GetSettings #24235
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
fix: High Application Controller CPU Usage - Reduce calls to db.GetSettings #24235
Conversation
Signed-off-by: Matthew Bennett <mtbennett@godaddy.com>
…erversByName changes Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #24235 +/- ##
=========================================
Coverage ? 60.13%
=========================================
Files ? 347
Lines ? 59890
Branches ? 0
=========================================
Hits ? 36014
Misses ? 20988
Partials ? 2888 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code's trivial, and we can save improvements for GetSettings
for another PR. lgtm!
/cherry-pick release-3.1 |
/cherry-pick release-3.0 |
Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com> Co-authored-by: Matthew Bennett <mtbennett@godaddy.com>
Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com> Co-authored-by: Matthew Bennett <mtbennett@godaddy.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
…ttings (argoproj#24235) Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com> Co-authored-by: Matthew Bennett <mtbennett@godaddy.com> Signed-off-by: Amit Gupta <amit.gupta@wpengine.com>
…ttings (argoproj#24235) Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com> Co-authored-by: Matthew Bennett <mtbennett@godaddy.com> Signed-off-by: enneitex <etienne.divet@gmail.com>
…ttings (argoproj#24235) Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com> Co-authored-by: Matthew Bennett <mtbennett@godaddy.com>
Checklist:
Fixes #24167
Cherry picked changes from #24021
These changes are enough to reduce the high cpu memory.
Thanks @mtbennett-godaddy for the great work!
Ongoing work to improve GetSettings performance #24080