Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
33655
cdc3e729 fix(core): clean up per-task process listeners on child exit Each RunningNodeProcess registered process-level listeners (exit, and SIGINT/SIGTERM/SIGHUP in the forked path) without ever removing them, causing MaxListenersExceededWarning on workspaces with many parallel run-commands tasks. Store the handlers as named refs and remove them when the child exits or errors. Mirrors the pattern from #35279, adapted to the current architecture (killPromise guard + NX_FORKED_TASK_EXECUTOR gate).
by Leosvel Pé...
L
Failed
33655
Flaky task
→
cdc3e729 fix(core): clean up per-task process listeners on child exit Each RunningNodeProcess registered process-level listeners (exit, and SIGINT/SIGTERM/SIGHUP in the forked path) without ever removing them, causing MaxListenersExceededWarning on workspaces with many parallel run-commands tasks. Store the handlers as named refs and remove them when the child exits or errors. Mirrors the pattern from #35279, adapted to the current architecture (killPromise guard + NX_FORKED_TASK_EXECUTOR gate).
by Leosvel Pé...
L
Succeeded
33655
57246dde fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Canceled
33655
57246dde fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Canceled
33655
04c681f3 fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Canceled
33655
f81add73 fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Succeeded
33655
71cde553 fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Failed
33655
71cde553 fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Succeeded
33655
2be92a08 fix(core): use native killProcessTreeGraceful in BatchProcess [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
33655
Flaky task
→
df525ef6 fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Failed
33655
394e4ff0 fix(core): use native killProcessTreeGraceful in BatchProcess Replace tree-kill with the native Rust-based killProcessTreeGraceful in BatchProcess.kill() to match the rest of the codebase. The tree-kill dependency was already removed from package.json.
by Leosvel Pé...
L
Succeeded
33655
2a206c73 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway.
by Leosvel Pé...
L
Failed
33655
2a206c73 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway.
by Leosvel Pé...
L
Succeeded
33655
2b962778 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway. [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Canceled
33655
Flaky task
→
53c243c8 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway.
by Leosvel Pé...
L
Succeeded
33655
d8f5d50d fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway.
by Leosvel Pé...
L
Succeeded
33655
527519b1 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway. [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
33655
Flaky task
→
39b90c20 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway.
by Leosvel Pé...
L
Succeeded
33655
12b0dd77 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway.
by Leosvel Pé...
L
Failed
33655
Environment issue
→
12b0dd77 fix(core): treat continuous task exit as fulfilled when no dependents remain Bottom-up graceful kill can cause a child to exit before its parent nx receives SIGTERM. The parent sees an unexpected exit and marks the task as crashed/failed. Check whether any incomplete task still depends on the exiting continuous task — if not, it was about to be killed by cleanUpUnneededContinuousTasks anyway.
by Leosvel Pé...
L
Previous page
Previous
Next
Next page