Skip to content

Commit

Permalink
fix(backend): fix zombies left by the bash executor (#4985)
Browse files Browse the repository at this point in the history
  • Loading branch information
uael authored Dec 27, 2024
1 parent 9bdf0e6 commit 8db69ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/windmill-worker/src/bash_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ exit_status=$?
# Clean up the named pipe and background processes
rm -f bp
pkill -P $$ || true
# Exit with the captured status
exit $exit_status
Expand Down

0 comments on commit 8db69ce

Please sign in to comment.