-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Task Manager] Removing perf_hooks from task manager #117294
Conversation
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
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.
Nice clean nuking job! LGTM
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: cc @ymao1 |
Tested this PR branch with 200 rules at 1s, 100 workers, 1s polling, to try to force more tasks to be run. Too soon to tell for sure, but it appears that it's not leaking compared to a similar test with main. We'll be doing some days-long testing on this when it becomes available in BC3. |
Co-authored-by: ymao1 <[email protected]>
Co-authored-by: ymao1 <[email protected]>
Resolves #116636
Summary
Removed
perf_hooks
from task manager. There were not used for anything and, as of Node 16.7, were potentially causing a memory leak because they were not being cleared.