apache / apache/openserverless
control+c ineffecttive when using ops ide devel in the containers (and maybe outside)
- Dominant language
- Python
- Stars
- 576
- Forks
- 29
- Avg merge
- 50m
- Merged PRs (30d)
- 13
Description
- [x] I have searched the [issues](https://github.com/apache/openserverless/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
I started `ops ide devel` which in turn invokes `npm run dev`
### Ⅱ. Describe what happened
when I terminate with ^c the command `npm run dev`is still in the background
### Ⅲ. Describe what you expected to happen
it should propagate and terminate
### Ⅳ. How to reproduce it (as minimally and precisely as possible)
ops ide devel with the svelte starter
### Ⅴ. Anything else we need to know?
In a past implementation I used process groups to propagate signals to subprocesses
### Ⅵ. Environment:
latest ops tasks
Contributor guide
Assessment
This issue has not been assessed yet.