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

Cleanup running containers on the Control-C signal #422

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Cleanup running containers on the Control-C signal

    - Add the `signal` feature to `tokio` to interrupt and handle the
      Control-C signal in Butido.
    - Add Control-C signal handling into the `Orchestrator`.
    - Implement `Drop` on the `JobHandle` to ensure container cleanup.
    
    This is a working draft pr for testing purposes and still missing
    some features.
    
    Signed-off-by: Nico Steinle <[email protected]>
    ammernico committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    54b622f View commit details
    Browse the repository at this point in the history