FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

process: improve rejections tracking performance by mmarchini · Pull Request #34862 · nodejs/node · GitHub

/ node Public

process: improve rejections tracking performance - #34862

Closed
mmarchini wants to merge 2 commits into
nodejs:mainfrom
mmarchini:fix-rejection-exit-perf
Closed

process: improve rejections tracking performance#34862
mmarchini wants to merge 2 commits into
nodejs:mainfrom
mmarchini:fix-rejection-exit-perf

Conversation

Copy link
Copy Markdown
Contributor

Fixes: #34851

Before landing
  • Explain why this works on commit message
  • Add comments to the code to explain what's going on
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

TODO: explain on commit message why this improves performance.

Fixes: nodejs#34851
nodejs-github-bot added the process Issues and PRs related to the process subsystem. label Aug 21, 2020
mmarchini added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 21, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 21, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor Author

Test failures look legit, but I can't reproduce locally

matt4530 commented Sep 7, 2020
edited
Loading

Copy link
Copy Markdown

Just following up on this since it looks like the CI process got fixed (or at least it is no longer reporting). Can we re-run the CI to see if your patch passes?

Uzlopak commented May 6, 2024

Copy link
Copy Markdown
Contributor

@H4ad

We can close this PR now ;)

mmarchini closed this Jul 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

process Issues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Promise Rejections delay process exiting (and others) in processPromiseRejections

4 participants


Back | FazBrowse Home | New Git URL