-
-
Notifications
You must be signed in to change notification settings - Fork 57
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(CapMan): Allocation Policies causing potentially timeout errors on ST #4403
fix(CapMan): Allocation Policies causing potentially timeout errors on ST #4403
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4403 +/- ##
==========================================
- Coverage 90.35% 90.34% -0.01%
==========================================
Files 803 803
Lines 39416 39514 +98
Branches 245 245
==========================================
+ Hits 35613 35698 +85
- Misses 3771 3784 +13
Partials 32 32
☔ 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.
Does this setting need to be enabled in prod_settings as well?
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.
This is a hack that is necessary because single tenant does not have snuba-admin deployed so we can't change the configs there. Please leave a comment explaining that this is a hack and at what point it should be removed.
PR reverted: 703042e |
Overview