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

Call process.exit() at the end to avoid node waiting #354

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

lazka
Copy link
Member

@lazka lazka commented Jan 6, 2024

Starting with the update to node20, in case we would call the GH cache upload functions the process would not exit right away, but stay around for 1-2 minutes doing nothing.

See actions/toolkit#1578 for the upstream issue.

Work around by forcing node to exit.

Fixes #346

Starting with the update to node20, in case we would call
the GH cache upload functions the process would not exit
right away, but stay around for 1-2 minutes doing nothing.

See actions/toolkit#1578 for the upstream issue.

Work around by forcing node to exit.

Fixes msys2#346
@lazka lazka merged commit 1424bd5 into msys2:main Jan 6, 2024
53 checks passed
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

Successfully merging this pull request may close these issues.

sometimes action is very slow
1 participant