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

ensure export workers that are killed bubble up to parent process #70997

Conversation

ztanner
Copy link
Member

@ztanner ztanner commented Oct 9, 2024

When a static worker exits, we log the error but it doesn't get propagated to the parent process, which can cause the build to hang. If we're going to log an error about a static worker being forced to exit, this calls exit on the parent process.

Closes NDX-364

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Copy link
Member Author

ztanner commented Oct 9, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @ztanner and the rest of your teammates on Graphite Graphite

@ztanner ztanner marked this pull request as ready for review October 9, 2024 00:45
@ztanner ztanner requested a review from ijjk October 9, 2024 00:48
@ijjk
Copy link
Member

ijjk commented Oct 9, 2024

Tests Passed

@ztanner ztanner merged commit c17e225 into canary Oct 9, 2024
106 of 112 checks passed
@ztanner ztanner deleted the 10-08-ensure_export_workers_that_are_killed_bubble_up_to_parent_process branch October 9, 2024 01:57
kdy1 pushed a commit that referenced this pull request Oct 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…0997)

When a static worker exits, we log the error but it doesn't get
propagated to the parent process, which can cause the build to hang. If
we're going to log an error about a static worker being forced to exit,
this calls exit on the parent process.

Closes NDX-364
kdy1 pushed a commit that referenced this pull request Oct 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…0997)

When a static worker exits, we log the error but it doesn't get
propagated to the parent process, which can cause the build to hang. If
we're going to log an error about a static worker being forced to exit,
this calls exit on the parent process.

Closes NDX-364
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants