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

Make boot interruptible #283

Closed
PawelPlesniak opened this issue Oct 24, 2024 · 2 comments
Closed

Make boot interruptible #283

PawelPlesniak opened this issue Oct 24, 2024 · 2 comments

Comments

@PawelPlesniak
Copy link
Contributor

SIGINT does not affect boot, make it so.

@PawelPlesniak PawelPlesniak changed the title Make boot interruptible` Make boot interruptible Oct 24, 2024
@PawelPlesniak
Copy link
Contributor Author

This already exists for the unfiied shell when the gRPC commands are being generated (as per here), but still need it when rich.progress is displaying Looking for 'root-controller' on the connectivity service...

@plasorak
Copy link
Collaborator

I suspect there are some things related to that here: https://github.com/DUNE-DAQ/drunc/blob/1d339e4e9f69aaa72bfdc2d8055b53a1a8797e66/src/drunc/utils/utils.py#L108C1-L135C19
I cannot understand why it wouldn't interrupt this loading bar with ctrl-c. There must be something else catching SIGINT somewhere...

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

No branches or pull requests

2 participants