refactor(engine): manage child process lifecycles#2160
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
f5fa1ad to
64e3a64
Compare
13a4f11 to
bad4059
Compare
64e3a64 to
33fae28
Compare
bad4059 to
40abcdc
Compare
33fae28 to
4885de6
Compare
40abcdc to
d93f968
Compare
4885de6 to
8f6797a
Compare
d93f968 to
d069da3
Compare
2dcb4ec to
fc3a9cb
Compare
0243086 to
d3228f6
Compare
fc3a9cb to
881be1e
Compare
d3228f6 to
bd95455
Compare
46b689d to
9295542
Compare
7a244a3 to
246c941
Compare
9295542 to
1a9af9b
Compare
246c941 to
fa435fb
Compare
131f444 to
f906eee
Compare
fa435fb to
e9734f0
Compare
f906eee to
bfe60e6
Compare
1dd7199 to
82cdfe7
Compare
5e82fec to
fc61671
Compare
82cdfe7 to
5f2aacb
Compare
fc61671 to
b683ddb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Give FFmpeg and related subprocesses one managed lifecycle.
Why
Timeout, cancellation, stderr bounds, and SIGTERM/SIGKILL behavior were duplicated and inconsistent across encoding phases.
How
Add ManagedChildProcess with composed signals, grace escalation, guaranteed reap, and typed termination reasons, then migrate encode/probe/extract paths.
Test plan