Skip to content

fix(core): update fork task runner so it propagates exit signals#30998

Merged
FrozenPandaz merged 1 commit intomasterfrom
fix/fork-task-runner-exit-handler
May 2, 2025
Merged

fix(core): update fork task runner so it propagates exit signals#30998
FrozenPandaz merged 1 commit intomasterfrom
fix/fork-task-runner-exit-handler

Conversation

@jaysoo
Copy link
Copy Markdown
Member

@jaysoo jaysoo commented May 2, 2025

This is a fix when using the TUI forked process-task-runner. The SIGINT and other signals are not handled, which causes the underlying process (in this case run-executor) to be left hanging.

Current Behavior

TUI leaves processes hanging when using forked-process-task-runner

Expected Behavior

TUI should kill processes

Related Issue(s)

Fixes #

@jaysoo jaysoo requested a review from a team as a code owner May 2, 2025 13:04
@jaysoo jaysoo requested a review from AgentEnder May 2, 2025 13:04
@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview May 2, 2025 1:06pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented May 2, 2025

View your CI Pipeline Execution ↗ for commit d6f1bb7.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 41m 50s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 16s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 1s View ↗
nx documentation ✅ Succeeded 1m 44s View ↗

☁️ Nx Cloud last updated this comment at 2025-05-02 13:52:21 UTC

@FrozenPandaz FrozenPandaz enabled auto-merge (squash) May 2, 2025 13:31
@FrozenPandaz FrozenPandaz merged commit aa92b33 into master May 2, 2025
6 checks passed
@FrozenPandaz FrozenPandaz deleted the fix/fork-task-runner-exit-handler branch May 2, 2025 13:52
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2025

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants