You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Remove redundant output redirect from parent process
RAPID wires the runtime main process's stdout/stderr to the log egress
at spawn, so the parent does not need to dial the telemetry FD provider
socket — that socket exists for the forked workers, which continue to
redirect in run_single. Addresses PR review feedback.
0 commit comments