8000 Ensure proxy process is killed during workload delete by dmjb · Pull Request #818 · stacklok/toolhive · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ensure proxy process is killed during workload delete #818

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

Merged
merged 1 commit into from
Jun 24, 2025
Merged

Conversation

dmjb
Copy link
Member
@dmjb dmjb commented Jun 24, 2025

Recently, DeleteWorkload was changed to not call the StopWorkload method. This was because the runtime will kill running containers for us. However, the call to delete the proxy runner process was deleted by mistake, leaving orphaned processes after workload deletion. This change will ensure the proxy runner process is cleaned up as part of deletion.

Recently, the delete workload was changed to not call the StopWorkload
method since the runtime kill running containers for us. However, the
call to delete the proxy runner was left out, leaving orphaned
processes. This change will kill the proxy process if it is running.
@dmjb dmjb merged commit c6a9eed into main Jun 24, 2025
14 checks passed
@dmjb dmjb deleted the rm-proxy-process branch June 24, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0