[che-theia] Ability to kill processes that have been started with a Che command (theia task)
See original GitHub issueDescription
User should be able to kill process started by a che command (theia task) Could be
- giving the interactive mode to tasks. BTW this could be usefull when running commands with user interaction ( for instance,
git commit -s
would prompt the user to fill a comment … etc … ). To kill a task, user would type Ctrl-c. - find a way to kill the process with its PID from the user interface: detect the pid that is attached to the
kubernetes exec
and kill it withkill -9
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Kill other users process in Task Manager "Access Denied ...
I need the ability to kill processes of other users on my RDS server. When I try this I receive the error message...
Read more >End-user Guide Red Hat CodeReady Workspaces 2.5
The Che-Theia IDE allows users to define custom commands in a devfile that are then available when working in a workspace. This is...
Read more >Not able to Quick Start on Theia - Stack Overflow
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. After increasing memory; I am getting following error:.
Read more >error: (http code 304) container already started - - You.com ...
I am having this issue when I run annotator_webclient so annotator can not be fully downloaded: Error invoking remote method 'docker-start-container': ...
Read more >How To Set Up the Eclipse Theia Cloud IDE Platform on ...
To begin you'll install Eclipse Theia to your DigitalOcean Kubernetes cluster. Then, you will expose it at your desired domain using an Nginx ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ctrl c
works now.so, closing