Skip to content
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

Delay due to bug in node20 runtime #162

Open
dmelikhov opened this issue Aug 2, 2024 · 0 comments
Open

Delay due to bug in node20 runtime #162

dmelikhov opened this issue Aug 2, 2024 · 0 comments

Comments

@dmelikhov
Copy link

Node 20 has changed keepAlive to be true by default:

Starting with this release, Node.js sets keepAlive to true by default. This means that any outgoing HTTP(s) connection will automatically use HTTP 1.1 Keep-Alive.

This has had an impact on many GitHub Actions including this one, making it much slower.

Scan is usually completed in under a second, while the action takes 2+ minutes to finish:
image

2:56PM INF scan completed in 61.1ms
2:56PM INF no leaks found

Please see related issues and possible workarounds:
nodejs/node#47228
actions/setup-node#878
ruby/setup-ruby#543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant