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

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

Commits on Oct 14, 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.
    
    Fixes science-computing#409
    
    Signed-off-by: Nico Steinle <[email protected]>
    ammernico committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    752d2fc View commit details
    Browse the repository at this point in the history