Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

[Backport release-0.7] reap zombie processes#609

Merged
mangelajo merged 2 commits intorelease-0.7from
backport-608-to-release-0.7
Sep 8, 2025
Merged

[Backport release-0.7] reap zombie processes#609
mangelajo merged 2 commits intorelease-0.7from
backport-608-to-release-0.7

Conversation

@jumpstarter-backport-bot
Copy link
Copy Markdown

Bot-based backport to release-0.7, triggered by a label in #608.

some drivers (e.g.Shell) can spawn multiple processes and leave them behind.
We also kill processes when timeout is exceeded, and that also may not
necessarily kill all of them. Let's reap them when they exit so that we don't
end up accumulating zombie processes, especially when running as PID 1.

(cherry picked from commit 0e91d92)
and update uv.lock with recent dependency change

(cherry picked from commit aeb2a67)
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 8, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@mangelajo mangelajo enabled auto-merge September 8, 2025 13:00
@mangelajo mangelajo merged commit 56d039e into release-0.7 Sep 8, 2025
14 checks passed
@mangelajo mangelajo deleted the backport-608-to-release-0.7 branch September 8, 2025 13:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants