Skip to content

spin catches SIGINT and send SIGTERM to subprocess #235

@adrinjalali

Description

@adrinjalali

Seems like spin is sending a SIGTERM (or SIGKILL?)signal to the underlying process when it receives a SIGINT, which seems odd when working in a spin run python -i /path/to/script.py kinda command.

Shouldn't spin forward a SIGINT instead? while running the process in python, I wouldn't expect CTRL+C to exit the process really.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions