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
35996
b322a808 chore(module-federation): simplify port-utils comments and imports
by Jason Jean
J
Succeeded
35996
bb70b0b0 fix(module-federation): detect in-use proxy port via bind instead of connect Binding is a local operation with no network round-trip, so the check resolves instantly and cannot stall on the OS-level TCP connect timeout when localhost resolves to an unreachable address (e.g. IPv6 ::1). It also directly tests the operation the caller is about to perform, so it precisely predicts whether starting the proxy would fail with EADDRINUSE.
by Jason Jean
J
Succeeded
35996
b33deda4 fix(module-federation): bound static remote proxy port check to avoid nx serve hang The port-in-use check added before starting each static remote proxy did an unbounded TCP connect. When localhost resolves to the IPv6 loopback and the connection is dropped (ETIMEDOUT) rather than refused, the check blocked on the OS-level connect timeout, stalling nx serve for module federation hosts by minutes per remote. Add a bounded socket timeout so an unreachable port is reported as free quickly. Fixes #33909
by Jason Jean
J
Failed
35996
Flaky task
→
b33deda4 fix(module-federation): bound static remote proxy port check to avoid nx serve hang The port-in-use check added before starting each static remote proxy did an unbounded TCP connect. When localhost resolves to the IPv6 loopback and the connection is dropped (ETIMEDOUT) rather than refused, the check blocked on the OS-level connect timeout, stalling nx serve for module federation hosts by minutes per remote. Add a bounded socket timeout so an unreachable port is reported as free quickly. Fixes #33909
by Jason Jean
J
Previous page
Previous
Next
Next page