-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Re-introduce maxprocs (but quieter) for queue proxy #9793
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9793 +/- ##
=======================================
Coverage 87.76% 87.77%
=======================================
Files 180 180
Lines 8552 8553 +1
=======================================
+ Hits 7506 7507 +1
+ Misses 797 796 -1
- Partials 249 250 +1
Continue to review full report at Codecov.
|
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.
/lgtm
/approve
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: julz, markusthoemmes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We shushed the messages from
automaxprocs
in #9788, but at the cost of no longer actually setting up GOMAXPROCS for QP at all (there were other benefits to that change tho - we no longer pull in all the sharedmain stuff for no reason, which is good). I think we probably do want to still set GOMAXPROCS tho (after all, QP is often running on a super big host with lots of cpus, but with a small cpu quota set..), we just want it to not be making noise in the logs. This does that./assign @vagababov @mattmoor