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

[Feature Request] Need a way to terminate unresponsive executors #251

Open
dcarastan opened this issue Jan 10, 2022 · 1 comment
Open

[Feature Request] Need a way to terminate unresponsive executors #251

dcarastan opened this issue Jan 10, 2022 · 1 comment

Comments

@dcarastan
Copy link

Feature Request

Let's say I spawn a lengthy operation and run out of patience with it, Ctrl-C doesn't kill it and I am forced to kill my app from another shell. What I want is for Ctrl-C to kill the executor or have the means to intercept it and end own executor goroutine.

@DriftSec
Copy link

DriftSec commented Mar 1, 2022

I am also looking for a solution to this. In my case I am using go-prompt to run shell commands, some are lengthy and keybindings/Ctrl-C are not caught until after the current commands run. I have tried using both suggestions in issue #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants